DataSource for Entity Framework in WPF
C1.Data Namespace / PageChangingEventArgs Class / NewPageIndex Property

In This Topic
    NewPageIndex Property
    In This Topic
    Gets the index of the requested page.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewPageIndex As Integer
    public int NewPageIndex {get;}

    Property Value

    The index of the requested page.
    See Also