Enum
ChangeOperation

Represents the different possible operations performed on a set of items.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public enum ChangeOperation

Fields

Cleared

Indicates that the items are cleared.

Declaration

cs-api-definition
Cleared = 4

Field Value

ChangeOperation

Clearing

Indicates that the items will be cleared.

Declaration

cs-api-definition
Clearing = 3

Field Value

ChangeOperation

Inserted

Indicates insert operation.

Declaration

cs-api-definition
Inserted = 0

Field Value

ChangeOperation

Removed

Indicates remove operation.

Declaration

cs-api-definition
Removed = 1

Field Value

ChangeOperation

Set

Indicates that an item is set.

Declaration

cs-api-definition
Set = 2

Field Value

ChangeOperation

Sorted

Indicates that the items are sorted.

Declaration

cs-api-definition
Sorted = 6

Field Value

ChangeOperation

Sorting

Indicates that the items will be sorted.

Declaration

cs-api-definition
Sorting = 5

Field Value

ChangeOperation