ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / PageChanging Event

In This Topic
    PageChanging Event (C1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Public Event PageChanging As System.EventHandler(Of PageChangingEventArgs)
    public event System.EventHandler<PageChangingEventArgs> PageChanging
    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