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

Provides data for the SuggestionSelected event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PromptInputSuggestionSelectedEventArgs : EventArgs

Inheritance: objectEventArgsPromptInputSuggestionSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PromptInputSuggestionSelectedEventArgs class.

C#
public PromptInputSuggestionSelectedEventArgs(string suggestion)
Parameters:suggestionstring

The selected prompt suggestion text.

Properties

Gets the prompt suggestion text that was selected from the dropdown.

C#
public string Suggestion { get; }

Gets or sets whether the input text will be updated with the selection.

C#
public bool UpdateText { get; set; }