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

Provides additional data for the FloatingUIContainerImported event.

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders.Html

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class FloatingUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsFloatingUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the FloatingUIContainerImportedEventArgs class.

C#
public FloatingUIContainerImportedEventArgs(string commentContent, string htmlContent, FloatingUIContainer floatingUIContainer)
Parameters:commentContentstring

Content of the comment.

htmlContentstring

The HTML.

floatingUIContainerFloatingUIContainer

The floating UI container.

Properties

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

C#
public string CommentContent { get; }
Property Value:

The content of the comment.

Gets the floating UI container.

C#
public FloatingUIContainer FloatingUIContainer { get; }
Property Value:

The floating UI container.

Gets the HTML representing the container.

C#
public string HtmlContent { get; }
Property Value:

The HTML.