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.
Moves the SPGridView control to the previous page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnClickPrevious ( _
args As EventArgs _
)
'Usage
Dim args As EventArgs
Me.OnClickPrevious(args)
protected virtual void OnClickPrevious(
EventArgs args
)
Parameters
args
Type: System.EventArgsA System.EventArgs object.