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