C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EventCollectionChangeTypeEnum Enumeration

EventCollectionChangeTypeEnum Enumeration
Describes the type of a change to a collection.
Syntax
'Declaration
 
Public Enum EventCollectionChangeTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
DeleteItemItem is deleted.
InsertItemItem is inserted.
ResetCollection is cleared.
SetItemItem is set (changed).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.EventCollectionChangeTypeEnum

See Also