ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    public C1GridViewPageEventArgs( 
       System.int newPageIndex
    )

    Parameters

    newPageIndex
    The index of the new page.
    See Also