ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IPagedCollectionView Interface / PageChanged Event

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