New to Telerik UI for WPFStart a free 30-day trial

Defines the possible text change reasons.

Definition

Namespace:Telerik.Windows.Controls.AutoSuggestBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public enum TextChangeReason

Fields

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

C#
Programmatic = 0

User has chosen suggestion from the drop down list.

C#
SuggestionChosen = 2

User has typed into the textbox.

C#
UserInput = 1