[]
Describes a change occurring in a collection.
public enum SourceChangeType
Name | Description |
---|---|
Add | An item is added to the collection. |
Modify | At least one of the properties of an item has changed its value. |
Remove | An item is removed from the collection. |
Reset | Multiple items have changed in the collection. Indexes must be rebuilt. |