Class ChangeOperation
Represents the different possible operations performed on a set of items.
Inheritance
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class ChangeOperation : Enum
Fields
Cleared
Indicates that the items are cleared.
Declaration
public const ChangeOperation Cleared
Field Value
ChangeOperation
|
Clearing
Indicates that the items will be cleared.
Declaration
public const ChangeOperation Clearing
Field Value
ChangeOperation
|
Inserted
Indicates insert operation.
Declaration
public const ChangeOperation Inserted
Field Value
ChangeOperation
|
Removed
Indicates remove operation.
Declaration
public const ChangeOperation Removed
Field Value
ChangeOperation
|
Set
Indicates that an item is set.
Declaration
public const ChangeOperation Set
Field Value
ChangeOperation
|
Sorted
Indicates that the items are sorted.
Declaration
public const ChangeOperation Sorted
Field Value
ChangeOperation
|
Sorting
Indicates that the items will be sorted.
Declaration
public const ChangeOperation Sorting
Field Value
ChangeOperation
|
value__
Declaration
public int value__
Field Value
System.Int32
|