RadControls for WinForms

Defines possible reasons for a CurrentChanged notification from RadCollectionView.

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

Syntax

C#
public enum CurrentChangeReason
Visual Basic
Public Enumeration CurrentChangeReason

Members

Member nameValueDescription
Default0 The default reason for causing the event.
Add1 The event was caused by an Add operation.
Move2 The event was caused by a Move operation.
EndUpdate3 The event was caused by an EndUpdate operation.
Sync4 The event was caused by a Sync operation.

See Also