RichSuggestBox.SuggestionChosen Event

Definition

Event raised when user click on a suggestion. This event lets you customize the token appearance in the document.

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

Event Type

Windows.Foundation.TypedEventHandler<RichSuggestBox,SuggestionChosenEventArgs>

Applies to