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.

-examples

-see-also

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also