C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / CollectionAction Enumeration

CollectionAction Enumeration
Syntax
'Declaration
 
Public Enum CollectionAction 
   Inherits 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.WPF.Document.CollectionAction

See Also