Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 629 Bytes

autosuggestionboxtextchangereason.md

File metadata and controls

32 lines (20 loc) · 629 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.AutoSuggestionBoxTextChangeReason
winrt enum

AutoSuggestionBoxTextChangeReason

-description

Values used to indicate the reason for the text changing in the AutoSuggestBox.

-enum-fields

-field UserInput:0

The user edited the text.

-field ProgrammaticChange:1

The text was changed via code.

-field SuggestionChosen:2

The user selected one of the items in the auto-suggestion box.

-remarks

-examples

-see-also