AutoSuggestBox.TextChanged Event

Definition

Raised after the text content of the editable control component is updated.

C#
public event TypedEventHandler<AutoSuggestBox,AutoSuggestBoxTextChangedEventArgs> TextChanged;
XAML
<AutoSuggestBox TextChanged="eventhandler"/>

Event Type

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6