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

Represents event arguments for the OutputVisualItemCreated event.

Definition

Namespace:Telerik.WinControls.UI.AIPrompt

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class OutputVisualItemCreatedEventArgs : EventArgs

Inheritance: objectEventArgsOutputVisualItemCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public OutputVisualItemCreatedEventArgs(AIPromptOutputItem outputItem, AIPromptOutputVisualItem visualItem)
Parameters:outputItemAIPromptOutputItemvisualItemAIPromptOutputVisualItem

Properties

Gets the output item.

C#
public AIPromptOutputItem OutputItem { get; }

Gets or sets the output visual item.

C#
public virtual AIPromptOutputVisualItem VisualItem { get; set; }