Class
PromptInputSuggestionSelectedEventArgs

Provides data for the SuggestionSelected event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PromptInputSuggestionSelectedEventArgs : EventArgs

Inheritance: objectEventArgsPromptInputSuggestionSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

PromptInputSuggestionSelectedEventArgs(string)

Initializes a new instance of the PromptInputSuggestionSelectedEventArgs class.

Declaration

cs-api-definition
public PromptInputSuggestionSelectedEventArgs(string suggestion)

Parameters

suggestion

string

The selected prompt suggestion text.

Properties

Suggestion

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

Declaration

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

Property Value

string

UpdateText

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

Declaration

cs-api-definition
public bool UpdateText { get; set; }

Property Value

bool