Enum TextChangeReason
Defines the possible text change reasons.
Namespace: Telerik.Windows.Controls.AutoSuggestBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum TextChangeReason
Programmatic
User has set or has bound the Text property and it has been changed.
SuggestionChosen
User has chosen suggestion from the drop down list.
UserInput
User has typed into the textbox.