Edit

Share via


RichSuggestBox.SelectionChanged Event

Definition

Event raised when the text selection has changed.

public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox,Windows.UI.Xaml.RoutedEventArgs> SelectionChanged;
member this.SelectionChanged : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox, Windows.UI.Xaml.RoutedEventArgs> 
Public Event SelectionChanged As TypedEventHandler(Of RichSuggestBox, RoutedEventArgs) 

Event Type

Windows.Foundation.TypedEventHandler<RichSuggestBox,Windows.UI.Xaml.RoutedEventArgs>

Applies to