Class
PromptInputSuggestionSelectingEventArgs

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

Constructors

PromptInputSuggestionSelectingEventArgs(string)

Initializes a new instance of the PromptInputSuggestionSelectingEventArgs class.

Declaration

cs-api-definition
public PromptInputSuggestionSelectingEventArgs(string suggestion)

Parameters

suggestion

string

The prompt suggestion text about to be selected.

Properties

Suggestion

Gets the prompt suggestion text that is about to be selected.

Declaration

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

Property Value

string

UpdateText

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

Declaration

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

Property Value

bool