-api-id | -api-type |
---|---|
E:Windows.UI.Xaml.Controls.AutoSuggestBox.TextChanged |
winrt event |
Raised after the text content of the editable control component is updated.
<AutoSuggestBox TextChanged="eventhandler"/>
Using the AutoSuggestBoxTextChangedEventArgs data for this event, your app can differentiate between changes from a user typing in the TextBox versus an item being selected from the drop-down suggestion list.