Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / EventCollectionChangeTypeEnum Enumeration

In This Topic
    EventCollectionChangeTypeEnum Enumeration
    In This Topic
    Describes the type of a change to a collection.
    Syntax
    'Declaration
     
    Public Enum EventCollectionChangeTypeEnum 
       Inherits System.Enum
    public enum EventCollectionChangeTypeEnum : 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