[]
Describes the action that caused a CollectionChanging or CollectionChanged events.
public enum CollectionAction
Name | Description |
---|---|
Clear | Collection cleared. |
Insert | Item added to the collection. |
Remove | Item removed from the collection. |
Set | Items replaced in the collection. |