Enum ItemsChangeOperation
Specifies the type of change operation being performed on a collection of RadItem objects.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum ItemsChangeOperation
Remarks
This enumeration is used in collection change events to provide detailed information about the nature of the operation, allowing event handlers to respond appropriately to different types of modifications. The enumeration supports both individual item operations and batch operations for performance optimization.
BatchInsert
Indicates that a number of items were added to the collection via the AddRange method
Cleared
Indicates that the items are cleared
Clearing
Indicates that the items will be cleared
Inserted
Indicates that an insert operation is performed.
Inserting
Indicates that an insert operation will commence.
Removed
Indicates that a remove operation is performed.
Removing
Indicates that a remove operation will commence.
Set
Indicates that an item is set
Setting
Indicates that an item is going to be set
Sorted
Indicates that the items are sorted
Sorting
Indicates that the items will be sorted