CollectionChangeAction

CollectionChangeAction serializable

System.ComponentModel (system.dll) enum

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( )



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net