In This Article

AutoCompleteBoxChangeReason Enum

Specifies the reason why an AutoCompleteBox change occurred.

public enum AutoCompleteBoxChangeReason

Fields

Name Description
ProgrammaticChange

The text was programatically changed.

SuggestionChosen

The end user chose a suggestion.

UserInput

The end user changed the text.