UpdateValueEvent
Enum
Specifies when the Value property will be changed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum UpdateValueEvent
Fields
The Value property will be changed when the focus leaves the control.
C#
LostFocus = 1
The Value property will be changed immediately after the user input.
C#
PropertyChanged = 0