Enum
UpdateValueEvent

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.

Declaration

cs-api-definition
LostFocus = 1

Field Value

UpdateValueEvent

PropertyChanged

The Value property will be changed immediately after the user input.

Declaration

cs-api-definition
PropertyChanged = 0

Field Value

UpdateValueEvent

In this article
DefinitionFieldsLostFocusPropertyChanged
Not finding the help you need?
Contact Support