WikiEditPage.RaisePostBackEvent Method (String)

Raises a postback event for the page when a postback occurs.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As WikiEditPage
Dim eventArgument As String

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

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

Remarks

The current page object calls this method when a postback occurs. This call occurs in the page life cycle after loading and change notification are complete, but before prerendering occurs.

See Also

Reference

WikiEditPage Class

WikiEditPage Members

RaisePostBackEvent Overload

Microsoft.SharePoint.WebPartPages Namespace