Class
FloatingUIContainerImportedEventArgs

Provides additional data for the FloatingUIContainerImported event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FloatingUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsFloatingUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

FloatingUIContainerImportedEventArgs(string, string, FloatingUIContainer)

Initializes a new instance of the FloatingUIContainerImportedEventArgs class.

Declaration

cs-api-definition
public FloatingUIContainerImportedEventArgs(string commentContent, string htmlContent, FloatingUIContainer floatingUIContainer)

Parameters

commentContent

string

Content of the comment.

htmlContent

string

The HTML.

floatingUIContainer

FloatingUIContainer

The floating 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.

FloatingUIContainer

Gets the floating UI container.

Declaration

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

Property Value

FloatingUIContainer

The floating UI container.

HtmlContent

Gets the HTML representing the container.

Declaration

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

Property Value

string

The HTML.