| CollectionChangedAction Enumeration |
Namespace: DigitalRune.Collections
| Member name | Value | Description | |
|---|---|---|---|
| Add | 0 | New items were added to the collection. | |
| Remove | 1 | Items were removed from the collection. | |
| Replace | 2 | One item was replaced in the collection. | |
| Clear | 3 | All items were removed from the collection. | |
| Move | 4 | An item was moved within the collection. |