C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / NotifyCollectionEventHandler Delegate
The object that raised the event.
Information about the event.

In This Topic
NotifyCollectionEventHandler Delegate
In This Topic
Represents a method that handles the INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
Syntax
'Declaration
 
Public Delegate Sub NotifyCollectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionEventArgs _
) 
 

Parameters

sender
The object that raised the event.
e
Information about the event.
See Also