Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 813 Bytes

autosuggestbox_textchanged.md

File metadata and controls

28 lines (18 loc) · 813 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.AutoSuggestBox.TextChanged
winrt event

Windows.UI.Xaml.Controls.AutoSuggestBox.TextChanged

-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.

-examples

-see-also