InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1DataPager Class / CurrentIndexChanging Event

In This Topic
    CurrentIndexChanging Event
    In This Topic
    Event handler for when PageIndex is changing.
    Syntax
    'Declaration
     
    Public Event CurrentIndexChanging As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> CurrentIndexChanging
    Event Data

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

    PropertyDescription
     
    See Also