共用方式為


WikiEditPage.RaisePostBackEvent method (String)

回傳時,會引發網頁回傳事件。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'用途
Dim instance As WikiEditPage
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
    string eventArgument
)

參數

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

備註

目前的頁面物件時呼叫這個方法會回傳。這個呼叫發生在頁面生命週期中,於完成,載入和變更告知後但尚未發生預呈現之前。

請參閱

參照

WikiEditPage class

WikiEditPage members

RaisePostBackEvent overload

Microsoft.SharePoint.WebPartPages namespace