'Declaration Public Delegate Sub NotifyCollectionEventHandler( _ ByVal sender As Object, _ ByVal e As NotifyCollectionEventArgs _ )
public delegate void NotifyCollectionEventHandler( object sender, NotifyCollectionEventArgs e )
Parameters
- sender
- The object that raised the event.
- e
- Information about the event.