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.
Processes an event raised to this control by a form postback.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As SPGridViewPager
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that contains the argument for the postback event.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)