ComponentOne Document Library for WinForms
CollectionAction Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : CollectionAction Enumeration
Describes the action that caused a INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
Syntax
'Declaration
 
Public Enum CollectionAction 
   Inherits System.Enum
public enum CollectionAction : System.Enum 
Members
MemberDescription
ClearCollection cleared.
InsertItem added to the collection.
RemoveItem removed from the collection.
SetItems replaced in the collection.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.CollectionAction

See Also

Reference

C1.Win.C1Document Namespace