ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / PageChangingEventArgs Class / PageChangingEventArgs Constructor

In This Topic
    PageChangingEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newPageIndex As Integer _
    )
    public PageChangingEventArgs( 
       int newPageIndex
    )

    Parameters

    newPageIndex
    See Also