NotifyCollectionChangedEventHandler Delegate
.NET Framework 4.6 and 4.5
Represents the method that handles the CollectionChanged event.
Namespace: System.Collections.Specialized
Assemblies: System.ObjectModel (in System.ObjectModel.dll)
System (in System.dll)
public delegate void NotifyCollectionChangedEventHandler( Object sender, NotifyCollectionChangedEventArgs e )
Parameters
- sender
- Type: System.Object
The object that raised the event.
- e
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
Information about the event.
Show: