ClassOutputItemActionEventArgs
Class
Represents event arguments for the OutputItemAction event.
Definition
Namespace:Telerik.WinControls.UI.AIPrompt
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class OutputItemActionEventArgs : HandledEventArgs
Inheritance: objectEventArgsHandledEventArgsOutputItemActionEventArgs
Inherited Members
Constructors
OutputItemActionEventArgs(OutputAction, AIPromptOutputItem, AIPromptOutputVisualItem)
Declaration
cs-api-definition
public OutputItemActionEventArgs(OutputAction action, AIPromptOutputItem outputItem, AIPromptOutputVisualItem visualItem)
Parameters
action
outputItem
visualItem
Properties
Action
Gets the action that is executed by the end user.
OutputItem
Gets the output item.
Declaration
cs-api-definition
public AIPromptOutputItem OutputItem { get; }
Property Value
VisualItem
Gets the output visual item.
Declaration
cs-api-definition
public virtual AIPromptOutputVisualItem VisualItem { get; }
Property Value