Click or drag to resize
DigitalRuneCollectionChangedAction Enumeration
Describes the action that caused a CollectionChanged event.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public enum CollectionChangedAction
Members
  Member nameValueDescription
Add0 New items were added to the collection.
Remove1 Items were removed from the collection.
Replace2 One item was replaced in the collection.
Clear3 All items were removed from the collection.
Move4 An item was moved within the collection.
See Also