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

Represents event arguments for the OutputItemAction event.

Definition

Namespace:Telerik.WinControls.UI.AIPrompt

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class OutputItemActionEventArgs : HandledEventArgs

Inheritance: objectEventArgsHandledEventArgsOutputItemActionEventArgs

Inherited Members HandledEventArgs.HandledEventArgs.Empty

Constructors

C#
public OutputItemActionEventArgs(OutputAction action, AIPromptOutputItem outputItem, AIPromptOutputVisualItem visualItem)
Parameters:actionOutputActionoutputItemAIPromptOutputItemvisualItemAIPromptOutputVisualItem

Properties

Gets the action that is executed by the end user.

C#
public OutputAction Action { get; }

Gets the output item.

C#
public AIPromptOutputItem OutputItem { get; }

Gets the output visual item.

C#
public virtual AIPromptOutputVisualItem VisualItem { get; }