RadControls for WinForms

Defines the possible results for a property value update operation.

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

Syntax

C#
public enum ValueUpdateResult
Visual Basic
Public Enumeration ValueUpdateResult

Members

Member nameValueDescription
Updating0 A composite value update is still running.
NotUpdated1 There was no need of updating the property.
UpdatedChanged2 The property has been successfully updated and its value has changed.
UpdatedNotChanged3 The property has been successfully updated but its value has not changed.
Canceled4 Update operation was canceled.

See Also