Enum CollectionChangeCallback.OperationType
Type of collection change.
Namespace: Evergine.Common.Attributes
Assembly: Evergine.Common.dll
Syntax
public enum CollectionChangeCallback.OperationType
Fields
| Name | Description |
|---|---|
| Addition | Element(s) added. |
| Deletion | Element(s) removed. |
| NewItemInstance | Ask for a new item instance. |
| Reordering | Element(s) reordered. |
| Update | Element(s) value updated. |