EnumTextChangeReason
Enum
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.
SuggestionChosen
User has chosen suggestion from the drop down list.
UserInput
User has typed into the textbox.