Class SuggestionChosenEventArgs
Provides event data for the SuggestionChosen event.
Inheritance
System.Object
SuggestionChosenEventArgs
Namespace: Telerik.Windows.Controls.AutoSuggestBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class SuggestionChosenEventArgs : EventArgs
Constructors
SuggestionChosenEventArgs(Object)
Initializes a new instance of the SuggestionChosenEventArgs class.
Declaration
public SuggestionChosenEventArgs(object suggestion)
Parameters
System.Object
suggestion
The chosen suggestion. |
Properties
Suggestion
Gets a reference to the chosen suggestion.
Declaration
public object Suggestion { get; }
Property Value
System.Object
|