RichSuggestBox.SuggestionRequested 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 the control needs to show suggestions.
public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox,Microsoft.Toolkit.Uwp.UI.Controls.SuggestionRequestedEventArgs> SuggestionRequested;
member this.SuggestionRequested : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox, Microsoft.Toolkit.Uwp.UI.Controls.SuggestionRequestedEventArgs>
Public Event SuggestionRequested As TypedEventHandler(Of RichSuggestBox, SuggestionRequestedEventArgs)