AutoSuggestionBoxTextChangeReason
AutoSuggestionBoxTextChangeReason
AutoSuggestionBoxTextChangeReason
AutoSuggestionBoxTextChangeReason
Enum
Definition
Values used to indicate the reason for the text changing in the AutoSuggestBox.
public : enum class AutoSuggestionBoxTextChangeReasonpublic enum AutoSuggestionBoxTextChangeReasonPublic Enum AutoSuggestionBoxTextChangeReason// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ProgrammaticChange ProgrammaticChange ProgrammaticChange ProgrammaticChange | The text was changed via code. |
| SuggestionChosen SuggestionChosen SuggestionChosen SuggestionChosen | The user selected one of the items in the auto-suggestion box. |
| UserInput UserInput UserInput UserInput | The user edited the text. |