ChangeOperation
Enum
Represents the different possible operations performed on a set of items.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public enum ChangeOperation
Fields
Indicates that the items are cleared.
C#
Cleared = 4
Indicates that the items will be cleared.
C#
Clearing = 3
Indicates insert operation.
C#
Inserted = 0
Indicates remove operation.
C#
Removed = 1
Indicates that an item is set.
C#
Set = 2
Indicates that the items are sorted.
C#
Sorted = 6
Indicates that the items will be sorted.
C#
Sorting = 5