Skip to content

CollectionChangedEventHandler<T> Delegate

Represents the method that will handle an event when a collection changes.

C#
public delegate void CollectionChangedEventHandler<T>(CollectionChangedArgs<T> e)

T
The type of the items in the collection.

e CollectionChangedArgs<T>