New to Telerik UI for WinFormsStart a free 30-day trial

Defines the possible results for a property value update operation.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum ValueUpdateResult

Fields

Update operation was canceled.

C#
Canceled = 4

There was no need of updating the property.

C#
NotUpdated = 1

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

C#
UpdatedChanged = 2

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

C#
UpdatedNotChanged = 3

A composite value update is still running.

C#
Updating = 0