Enum ValueUpdateResult
Defines the possible results for a property value update operation.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum ValueUpdateResult
Canceled
Update operation was canceled.
NotUpdated
There was no need of updating the property.
UpdatedChanged
The property has been successfully updated and its value has changed.
UpdatedNotChanged
The property has been successfully updated but its value has not changed.
Updating
A composite value update is still running.