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

In This Topic
    CurrentChanged Event
    In This Topic
    The event is triggered after the current item has been changed.
    Syntax
    'Declaration
     
    Public Event CurrentChanged As System.EventHandler(Of Object)
    public event System.EventHandler<object> CurrentChanged
    See Also