RadControls for WPF

Specifies when the Value property will be changed.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public enum UpdateValueEvent
Visual Basic
Public Enumeration UpdateValueEvent

Members

Member nameValueDescription
PropertyChanged0 The Value property will be changed immediately after the user input.
LostFocus1 The Value property will be changed when the focus leaves the control.

See Also