Enum AutoSuggestionBoxTextChangeReason
Provides data for the TextChanged event.
public enum AutoSuggestionBoxTextChangeReason
Fields
ProgrammaticChange = 1
The text was changed via code.
SuggestionChosen = 2
The user selected one of the items in the auto-suggestion box.
UserInput = 0
The user edited the text.