The class that describes the event arguments of the OnCommandExecute event of the AIPrompt component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AIPromptCommandExecuteEventArgs : AIPromptCommandExecuteEventArgsBase
Inheritance: objectAIPromptCommandExecuteEventArgsBaseAIPromptCommandExecuteEventArgs
Inherited Members
Constructors
C#
public AIPromptCommandExecuteEventArgs()
Properties
C#
public AIPromptOutputItemDescriptor OutputItem { get; set; }