Class UpdateValueEvent
Specifies when the Value property will be changed.
Inheritance
System.Object
UpdateValueEvent
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class UpdateValueEvent : Enum
Fields
LostFocus
The Value property will be changed when the focus leaves the control.
Declaration
public const UpdateValueEvent LostFocus
Field Value
PropertyChanged
The Value property will be changed immediately after the user input.
Declaration
public const UpdateValueEvent PropertyChanged
Field Value
value__
Declaration
public int value__
Field Value
System.
|