Enum CollectionChange
Describes the action that causes a change to a collection.
Namespace: EmptyKeys.UserInterface.Interactivity
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum CollectionChange
Fields
Name | Description |
---|---|
ItemChanged | An item is changed in the collection. |
ItemInserted | An item is added to the collection. |
ItemRemoved | An item is removed from the collection. |
Reset | The collection is changed. |