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

In This Topic
    PageChanged Event (IPagedCollectionView)
    In This Topic
    Syntax
    'Declaration
     
    
    Event PageChanged As EventHandler(Of EventArgs)
    event EventHandler<EventArgs> PageChanged
    See Also