alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CollectionExChangeType

    Identifies a type of changes made to a collection.

    Inheritance
    System.Object
    CollectionExChangeType
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class CollectionExChangeType : Enum

    Fields

    Clear

    All of the items were removed from collection.

    Declaration
    public const CollectionExChangeType Clear
    Field Value
    Type
    CollectionExChangeType

    Insert

    One or more items were inserted into collection.

    Declaration
    public const CollectionExChangeType Insert
    Field Value
    Type
    CollectionExChangeType

    Remove

    One or more items were removed from collection.

    Declaration
    public const CollectionExChangeType Remove
    Field Value
    Type
    CollectionExChangeType

    Set

    One of the collection items was modified.

    Declaration
    public const CollectionExChangeType Set
    Field Value
    Type
    CollectionExChangeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved