CollectionChangeEventHandler Delegate

Definition

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.

e
CollectionChangeEventArgs

An object that contains the event data.

Applies to