New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the SuggestionChosenEventArgs class.

C#
public SuggestionChosenEventArgs(object suggestion)
Parameters:suggestionobject

The chosen suggestion.

Properties

Gets a reference to the chosen suggestion.

C#
public object Suggestion { get; }