RichSuggestBox.TokenSelected Event

Definition

Event raised when a token is fully highlighted.

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

Event Type

Windows.Foundation.TypedEventHandler<RichSuggestBox,RichSuggestTokenSelectedEventArgs>

Applies to