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
Constructors
Initializes a new instance of the PromptInputSuggestionSelectedEventArgs class.
C#
public PromptInputSuggestionSelectedEventArgs(string suggestion)
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; }