RadControls for WPF

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

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.40

Syntax

C#
public enum ChangeOperation
Visual Basic
Public Enumeration ChangeOperation

Members

Member nameValueDescription
Inserted0 Indicates insert operation.
Removed1 Indicates remove operation.
Set2 Indicates that an item is set.
Clearing3 Indicates that the items will be cleared.
Cleared4 Indicates that the items are cleared.
Sorting5 Indicates that the items will be sorted.
Sorted6 Indicates that the items are sorted.

See Also