Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ListChangedEventHandler Delegate
The source of the event.
A ListChangedEventArgs that contains the event data.

In This Topic
    ListChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the ListChanged event of the IBindingList class.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ListChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ListChangedEventArgs _
    ) 
    public delegate void ListChangedEventHandler( 
       object sender,
       ListChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ListChangedEventArgs that contains the event data.
    See Also