TextChangeReason
Enum
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