Enum
TextChangeReason

Defines the possible text change reasons.

Definition

Namespace:Telerik.Windows.Controls.AutoSuggestBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum TextChangeReason

Fields

Programmatic

User has set or has bound the Text property and it has been changed.

Declaration

cs-api-definition
Programmatic = 0

Field Value

TextChangeReason

SuggestionChosen

User has chosen suggestion from the drop down list.

Declaration

cs-api-definition
SuggestionChosen = 2

Field Value

TextChangeReason

UserInput

User has typed into the textbox.

Declaration

cs-api-definition
UserInput = 1

Field Value

TextChangeReason