Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CurrentChanging Event

In This Topic
    CurrentChanging Event
    In This Topic
    The event is triggered before the current item is changing, and allows to cancel the move to another item.
    Syntax
    'Declaration
     
    
    Public Event CurrentChanging As CurrentChangingEventHandler
    public event CurrentChangingEventHandler CurrentChanging
    Event Data

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

    PropertyDescription
    Gets or sets a value that indicates whether the CurrentItem change should be canceled.  
    Gets a value that indicates whether the CurrentItem change can be canceled.  
    See Also