Class
InlineUIContainerImportedEventArgs

Provides additional data for the InlineUIContainerImported event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InlineUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

InlineUIContainerImportedEventArgs(string, string, InlineUIContainer)

Initializes a new instance of the InlineUIContainerImportedEventArgs class.

Declaration

cs-api-definition
public InlineUIContainerImportedEventArgs(string commentContent, string htmlContent, InlineUIContainer inlineUIContainer)

Parameters

commentContent

string

Content of the comment.

htmlContent

string

Content of the HTML.

inlineUIContainer

InlineUIContainer

The inline UI container.

Properties

CommentContent

Gets the content of a comment that will be used along with the container's content.

Declaration

cs-api-definition
public string CommentContent { get; }

Property Value

string

The content of the comment.

HtmlContent

Gets the HTML representing the container.

Declaration

cs-api-definition
public string HtmlContent { get; }

Property Value

string

The HTML.

InlineUIContainer

Gets the InlineUIContainer instance that has been imported.

Declaration

cs-api-definition
public InlineUIContainer InlineUIContainer { get; }

Property Value

InlineUIContainer

The inline UI container.