Click or drag to resize

CollectionChangeType Enumeration

Specifies changes to the collection.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum CollectionChangeType
Members
  Member nameDescription
Clear The collection was cleared.
Insert An item was added or inserted into the collection.
Remove An item was removed from the collection.
Set An item was changed in the collection.
Move An item was moved to a different location within the collection.
See Also