RichSuggestBox.SuggestionChosen 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 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)