Class
FloatingUIContainerExportingEventArgs

Provides additional data the FloatingUIContainerExporting event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FloatingUIContainerExportingEventArgs : EventArgs

Inheritance: objectEventArgsFloatingUIContainerExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

FloatingUIContainerExportingEventArgs(FloatingUIContainer, string, string)

Initializes a new instance of the FloatingUIContainerExportingEventArgs class.

Declaration

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

Parameters

floatingUIContainer

FloatingUIContainer

The floating UI container.

commentContent

string

Content of the comment.

htmlContent

string

Content of the HTML.

Properties

CommentContent

Gets or sets content of a comment to be used along with the container's content.

Declaration

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

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 or sets the HTML representing the container.

Declaration

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

Property Value

string

The HTML.

SkipFromExport

Gets or sets a value indicating whether the container should be skipped while exporting.

Declaration

cs-api-definition
public bool SkipFromExport { get; set; }

Property Value

bool

true if the container should be skipped while exporting; otherwise, false.