ClassPromptInputSuggestionSelectingEventArgs
Class
Provides data for the SuggestionSelecting cancelable event.
Set Cancel to true to prevent the suggestion from being applied.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PromptInputSuggestionSelectingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPromptInputSuggestionSelectingEventArgs
Inherited Members
Constructors
PromptInputSuggestionSelectingEventArgs(string)
Initializes a new instance of the PromptInputSuggestionSelectingEventArgs class.
Declaration
cs-api-definition
public PromptInputSuggestionSelectingEventArgs(string suggestion)
Parameters
suggestion
The prompt suggestion text about to be selected.
Properties
Suggestion
Gets the prompt suggestion text that is about to be selected.
UpdateText
Gets or sets whether the input text should be updated with the selection.