EnumValueUpdateResult
Enum
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.
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.