Provides event data for the SuggestionChosen event.
Definition
Namespace:Telerik.Windows.Controls.AutoSuggestBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class SuggestionChosenEventArgs : EventArgs
Inheritance: objectEventArgsSuggestionChosenEventArgs
Inherited Members
Constructors
Initializes a new instance of the SuggestionChosenEventArgs class.
C#
public SuggestionChosenEventArgs(object suggestion)
The chosen suggestion.
Properties
Gets a reference to the chosen suggestion.
C#
public object Suggestion { get; }