ClassSuggestionChosenEventArgs
Class
Provides event data for the SuggestionChosen event.
Definition
Namespace:Telerik.Windows.Controls.AutoSuggestBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class SuggestionChosenEventArgs : EventArgs
Inheritance: objectEventArgsSuggestionChosenEventArgs
Inherited Members
Constructors
SuggestionChosenEventArgs(object)
Initializes a new instance of the SuggestionChosenEventArgs class.
Declaration
cs-api-definition
public SuggestionChosenEventArgs(object suggestion)
Parameters
suggestion
The chosen suggestion.
Properties
Suggestion
Gets a reference to the chosen suggestion.