Class
SuggestionChosenEventArgs

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 EventArgs.Empty

Constructors

SuggestionChosenEventArgs(object)

Initializes a new instance of the SuggestionChosenEventArgs class.

Declaration

cs-api-definition
public SuggestionChosenEventArgs(object suggestion)

Parameters

suggestion

object

The chosen suggestion.

Properties

Suggestion

Gets a reference to the chosen suggestion.

Declaration

cs-api-definition
public object Suggestion { get; }

Property Value

object