CollectionChangedEventHandler<T> Delegate
Definition
Section titled “Definition”Represents the method that will handle an event when a collection changes.
public delegate void CollectionChangedEventHandler<T>(CollectionChangedArgs<T> e)Type Parameters
Section titled “Type Parameters”T
The type of the items in the collection.