Enum
ValueUpdateResult

Defines the possible results for a property value update operation.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum ValueUpdateResult

Fields

Canceled

Update operation was canceled.

Declaration

cs-api-definition
Canceled = 4

Field Value

ValueUpdateResult

NotUpdated

There was no need of updating the property.

Declaration

cs-api-definition
NotUpdated = 1

Field Value

ValueUpdateResult

UpdatedChanged

The property has been successfully updated and its value has changed.

Declaration

cs-api-definition
UpdatedChanged = 2

Field Value

ValueUpdateResult

UpdatedNotChanged

The property has been successfully updated but its value has not changed.

Declaration

cs-api-definition
UpdatedNotChanged = 3

Field Value

ValueUpdateResult

Updating

A composite value update is still running.

Declaration

cs-api-definition
Updating = 0

Field Value

ValueUpdateResult