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
Constructors
Initializes a new instance of the FloatingUIContainerImportedEventArgs class.
C#
public FloatingUIContainerImportedEventArgs(string commentContent, string htmlContent, FloatingUIContainer floatingUIContainer)
Content of the comment.
htmlContentstringThe HTML.
floatingUIContainerFloatingUIContainerThe 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; }
The content of the comment.
Gets the floating UI container.
C#
public FloatingUIContainer FloatingUIContainer { get; }
The floating UI container.
Gets the HTML representing the container.
C#
public string HtmlContent { get; }
The HTML.