RichSuggestBox.TextChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event raised when text is changed, either by user or by internal formatting.
public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox,Windows.UI.Xaml.RoutedEventArgs> TextChanged;
member this.TextChanged : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox, Windows.UI.Xaml.RoutedEventArgs>
Public Event TextChanged As TypedEventHandler(Of RichSuggestBox, RoutedEventArgs)