ClassPromptRequestEventArgs
Class
Represents event arguments for the PromptRequest event.
Definition
Namespace:Telerik.WinControls.UI.AIPrompt
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PromptRequestEventArgs : HandledEventArgs
Inheritance: objectEventArgsHandledEventArgsPromptRequestEventArgs
Inherited Members
Constructors
PromptRequestEventArgs(string, bool)
Initializes a new instance of the PromptRequestEventArgs class.
Properties
InputText
Gets the text with which the prompt was initiated. Can be the text in the input textbox or the InputText of an already generated item in case of retry.