CollectionChangeEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that will handle the OnCollectionChange event.
public delegate void CollectionChangeEventHandler(object sender, CollectionChangeEventArgs e);
type CollectionChangeEventHandler = delegate of obj * CollectionChangeEventArgs -> unit
Public Delegate Sub CollectionChangeEventHandler(sender As Object, e As CollectionChangeEventArgs)
Parameters
- sender
- Object
The source of the event.
An object that contains the event data.