[]
Specifies how the item changed
public enum ItemChangedType
Public Enum ItemChangedType
| Name | Description |
|---|---|
| Added | An item added to the source object. |
| Changed | An item changed in the source object. |
| Cleared | An item cleared from the source object. |
| Removed | An item removed to the source object. |