Enum NotifyCollectionChangedAction
Describes the action that caused a CollectionChanged event.
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public enum NotifyCollectionChangedAction
Add
One or more items were added to the collection.
Batch
The collection has been updated in a batch operation.
ItemChanged
An item in the collection has changed.
ItemChanging
An item in the collection is about to change.
Move
One or more items were moved within the collection.
Remove
One or more items were removed from the collection.
Replace
One or more items were replaced in the collection.
Reset
The content of the collection changed dramatically.