VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeActionType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CollectionChangeActionType Enumeration
    In This Topic
    Specifies available actions of collection change event.
    Syntax
    'Declaration
    
    Public Enum CollectionChangeActionType
       Inherits System.Enum
    
    
    public enum CollectionChangeActionType : System.Enum
    
    
    __value public enum CollectionChangeActionType : public System.Enum
    
    
    public enum class CollectionChangeActionType : public System.Enum
    
    
    Members
    MemberDescription
    SetItemSet an item into collection.
    InsertItemInsert an item to collection.
    RemoveItemRemove an item from collection.
    ClearClear collection.
    ReorderItemsReorder (sort) collection.
    ClearAndAddItemsClear collection and add new elements to collection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.CollectionChangeActionType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also