Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IPagedCollectionView Interface / PageChanging Event

In This Topic
    PageChanging Event (IPagedCollectionView)
    In This Topic
    Syntax
    'Declaration
     
    
    Event PageChanging As EventHandler(Of PageChangingEventArgs)
    Event Data

    The event handler receives an argument of type PageChangingEventArgs containing data related to this event. The following PageChangingEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also