Enum CollectionExChangeType
Identifies a type of changes made to a collection.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum CollectionExChangeType
Fields
Name | Description |
---|---|
Clear | All of the items were removed from collection. |
Insert | One or more items were inserted into collection. |
Remove | One or more items were removed from collection. |
Set | One of the collection items was modified. |