Enum UpdateValueEvent
Specifies when the Value property will be changed.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum UpdateValueEvent
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.