ComponentOne Data Source for Entity Framework
C1.Data Namespace / PageChangingEventArgs Class / PageChangingEventArgs Constructor
The index of the requested page.

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

    Parameters

    newPageIndex
    The index of the requested page.
    See Also