Windows.UI.Xaml.Controls.AutoSuggestBox.TextChanged
June 22, 2022 · View on GitHub
-description
Raised after the text content of the editable control component is updated.
-xaml-syntax
<AutoSuggestBox TextChanged="eventhandler"/>
-remarks
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.