ClassFloatingUIContainerImportedEventArgs
Class
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
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
Content of the comment.
htmlContent
The HTML.
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
The content of the comment.
FloatingUIContainer
Gets the floating UI container.
Declaration
cs-api-definition
public FloatingUIContainer FloatingUIContainer { get; }
Property Value
The floating UI container.
HtmlContent
Gets the HTML representing the container.