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 |