SimpleFormWebPart.RaisePostBackEvent method
當此 Web 組件沒有回傳至本身呼叫 ASP.NET。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub RaisePostBackEvent ( _
eventArg As String _
)
'用途
Dim instance As SimpleFormWebPart
Dim eventArg As String
instance.RaisePostBackEvent(eventArg)
public void RaisePostBackEvent(
string eventArg
)
參數
eventArg
Type: System.String事件引數。
Implements
IPostBackEventHandler.RaisePostBackEvent(String)