[]
Describes the type of a change to a collection.
public enum EventCollectionChangeTypeEnum
| Name | Description |
|---|---|
| DeleteItem | Item is deleted. |
| InsertItem | Item is inserted. |
| Reset | Collection is cleared. |
| SetItem | Item is set (changed). |