ClassFloatingUIContainerImportingEventArgs
Provides additional data for the FloatingUIContainerImporting event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FloatingUIContainerImportingEventArgs : EventArgs
Inheritance: objectEventArgsFloatingUIContainerImportingEventArgs
Inherited Members
Constructors
FloatingUIContainerImportingEventArgs(string, string, Paragraph)
Initializes a new instance of the FloatingUIContainerImportingEventArgs class.
Declaration
public FloatingUIContainerImportingEventArgs(string commentContent, string htmlContent, Paragraph targetParagraph)
Parameters
commentContent
Content of the comment.
htmlContent
The HTML.
targetParagraph
The Paragraph the container will be inserted into.
Properties
CommentContent
Gets the content of a comment that will be used along with the container's content.
Declaration
public string CommentContent { get; }
Property Value
The content of the comment.
Handled
Gets a value indicating whether this FloatingUIContainerImportingEventArgs is handled.
Declaration
public bool Handled { get; }
Property Value
true if handled; otherwise, false.
HtmlContent
Gets the HTML representing the container.
TargetParagraph
Gets the Paragraph the container will be inserted into.
Declaration
public Paragraph TargetParagraph { get; }
Property Value
The target paragraph.