Enum
CurrentChangeReason

Defines possible reasons for a CurrentChanged notification from RadCollectionView.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum CurrentChangeReason

Fields

Add

The event was caused by an Add operation.

Declaration

cs-api-definition
Add = 1

Field Value

CurrentChangeReason

Default

The default reason for causing the event.

Declaration

cs-api-definition
Default = 0

Field Value

CurrentChangeReason

EndUpdate

The event was caused by an EndUpdate operation.

Declaration

cs-api-definition
EndUpdate = 3

Field Value

CurrentChangeReason

Move

The event was caused by a Move operation.

Declaration

cs-api-definition
Move = 2

Field Value

CurrentChangeReason

Sync

The event was caused by a Sync operation.

Declaration

cs-api-definition
Sync = 4

Field Value

CurrentChangeReason

In this article
DefinitionFieldsAddDefaultEndUpdateMoveSync
Not finding the help you need?
Contact Support