ComponentOne Scheduler for WPF and Silverlight
ListChangedEventHandler Delegate

C1.C1Schedule Namespace : ListChangedEventHandler Delegate
The source of the event.
A ListChangedEventArgs that contains the event data.
Represents the method that will handle the ListChanged event of the IBindingList class.
Syntax
'Declaration
 
Public Delegate Sub ListChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ListChangedEventArgs _
) 
public delegate void ListChangedEventHandler( 
   System.object sender,
   ListChangedEventArgs e
)

Parameters

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

Reference

ListChangedEventHandler Members
C1.C1Schedule Namespace