WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / CurrentChanging Event
In This Topic
    CurrentChanging Event
    In This Topic
    When implementing this interface, fire this event before changing the current item. The event handler can cancel this event.
    Syntax
    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
     
     
    See Also