Represents the method that handles events that implement the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
Syntax
'Declaration
Public Delegate Sub NotifyCollectionChangedEventHandler( _
ByVal As Object, _
ByVal As NotifyCollectionChangedEventArgs _
)
public delegate void NotifyCollectionChangedEventHandler(
object ,
NotifyCollectionChangedEventArgs
)
Parameters
- sender
- e
See Also