RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum ItemsChangeOperation
Visual Basic
Public Enumeration ItemsChangeOperation

Members

Member nameValueDescription
Inserting0 Indicates that an insert operation will commence.
Inserted1 Indicates that an insert operation is performed.
Removing2 Indicates that a remove operation will commence.
Removed3 Indicates that a remove operation is performed.
Setting4 Indicates that an item is going to be set
Set5 Indicates that an item is set
Clearing6 Indicates that the items will be cleared
Cleared7 Indicates that the items are cleared
Sorting8 Indicates that the items will be sorted
Sorted9 Indicates that the items are sorted

See Also