C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewPageEventArgs Class / C1GridViewPageEventArgs Constructor
The index of the new page.

In This Topic
C1GridViewPageEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewPageEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newPageIndex As System.Integer _
)
 

Parameters

newPageIndex
The index of the new page.
See Also