SPGridViewPager.OnClickNext Method
Moves the SPGridView control to the next page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnClickNext ( _
args As EventArgs _
)
'Usage
Dim args As EventArgs
Me.OnClickNext(args)
protected virtual void OnClickNext(
EventArgs args
)
Parameters
args
Type: System.EventArgsA System.EventArgs object.