Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the server that it should handle an incoming postback event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim eventArgument As String
Me.RaisePostBackEvent(eventArgument)
protected override void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA String that contains the postback argument.
Remarks
The control code 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.