Enum
NotifyCollectionChangedAction

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.

Declaration

cs-api-definition
Add = 0

Field Value

NotifyCollectionChangedAction

Batch

The collection has been updated in a batch operation.

Declaration

cs-api-definition
Batch = 5

Field Value

NotifyCollectionChangedAction

ItemChanged

An item in the collection has changed.

Declaration

cs-api-definition
ItemChanged = 7

Field Value

NotifyCollectionChangedAction

ItemChanging

An item in the collection is about to change.

Declaration

cs-api-definition
ItemChanging = 6

Field Value

NotifyCollectionChangedAction

Move

One or more items were moved within the collection.

Declaration

cs-api-definition
Move = 3

Field Value

NotifyCollectionChangedAction

Remove

One or more items were removed from the collection.

Declaration

cs-api-definition
Remove = 1

Field Value

NotifyCollectionChangedAction

Replace

One or more items were replaced in the collection.

Declaration

cs-api-definition
Replace = 2

Field Value

NotifyCollectionChangedAction

Reset

The content of the collection changed dramatically.

Declaration

cs-api-definition
Reset = 4

Field Value

NotifyCollectionChangedAction