New to Telerik UI for BlazorStart a free 30-day trial

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 AIPromptCommandExecuteEventArgsBase.CommandAIPromptCommandExecuteEventArgsBase.OutputAIPromptCommandExecuteEventArgsBase.IsCancelled

Constructors

C#
public AIPromptCommandExecuteEventArgs()

Properties

C#
public AIPromptOutputItemDescriptor OutputItem { get; set; }