EnumUpdateValueEvent
Enum
Specifies when the Value property will be changed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum UpdateValueEvent
Fields
LostFocus
The Value property will be changed when the focus leaves the control.
PropertyChanged
The Value property will be changed immediately after the user input.