AutoCompleteBoxChangeReason Enum
Specifies the reason why an AutoCompleteBox change occurred.
public enum AutoCompleteBoxChangeReason
Fields
| Name | Description |
|---|---|
| ProgrammaticChange | The text was programmatically changed. |
| SuggestionChosen | The end user chose a suggestion. |
| UserInput | The end user changed the text. |