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
Constructors
C#
public OutputItemActionEventArgs(OutputAction action, AIPromptOutputItem outputItem, AIPromptOutputVisualItem visualItem)
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; }