PublishCommandHandler.RaisePostBackEvent method
This is the implementation of the IPostBackEventHandler interface for this control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As PublishCommandHandler
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that contains the postback argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
ASP.NET calls the RaisePostBackEvent method when a postback occurs. This call occurs in the life cycle of the control after loading and change notification are complete but before prerendering occurs.