CollectionChangeEventHandler | serializable |
System.ComponentModel (system.dll) | delegate |
This is the delegate for events that use the
CollectionChangeEventArgs class to encapsulate
their data.
public delegate void CollectionChangeEventHandler(object sender, CollectionChangeEventArgs e);
Associated Events
System.Windows.Forms.BindingContext.CollectionChanged(
),
System.Windows.Forms.BindingsCollection.CollectionChanged(
),
System.Windows.Forms.ControlBindingsCollection.CollectionChanged(
),
System.Windows.Forms.GridColumnStylesCollection.CollectionChanged(
),
System.Windows.Forms.GridTableStylesCollection.CollectionChanged(
)
|