SPGridViewPager.OnClickPrevious Method
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.