Enum CurrentChangeReason
Defines possible reasons for a CurrentChanged notification from RadCollectionView.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum CurrentChangeReason
Add
The event was caused by an Add operation.
Default
The default reason for causing the event.
EndUpdate
The event was caused by an EndUpdate operation.
Move
The event was caused by a Move operation.
Sync
The event was caused by a Sync operation.