Defines possible reasons for a CurrentChanged notification from RadCollectionView.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum CurrentChangeReason
Fields
The event was caused by an Add operation.
C#
Add = 1
The default reason for causing the event.
C#
Default = 0
The event was caused by an EndUpdate operation.
C#
EndUpdate = 3
The event was caused by a Move operation.
C#
Move = 2
The event was caused by a Sync operation.
C#
Sync = 4