共用方式為


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
)

參數

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

請參閱

參照

SimpleFormWebPart class

SimpleFormWebPart members

Microsoft.SharePoint.WebPartPages namespace