Name

CollectionChangeAction

Synopsis

This enumeration defines how a collection has changed for the CollectionChangeEventArgs. This is used in data-binding applications to notify interested parties that a data source has been modified in some way (e.g., the System.Data.DataColumnCollection.CollectionChanged event).


public enum CollectionChangeAction {

   Add = 1,

   Remove = 2,

   Refresh = 3

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) CollectionChangeAction

Returned By

CollectionChangeEventArgs.Action

Passed To

CollectionChangeEventArgs.CollectionChangeEventArgs( )

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.