EnumNotifyCollectionChangedAction
Enum
Describes the action that caused a CollectionChanged event.
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public enum NotifyCollectionChangedAction
Fields
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.