Provides additional data for the InlineUIContainerImporting event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Html
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class InlineUIContainerImportingEventArgs : EventArgs
Inheritance: objectEventArgsInlineUIContainerImportingEventArgs
Inherited Members
Constructors
Initializes a new instance of the InlineUIContainerImportingEventArgs class.
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 a value indicating whether this InlineUIContainerImportingEventArgs is handled.
C#
public bool Handled { get; }
true if handled; otherwise, false.
Gets the HTML representing the container.
C#
public string HtmlContent { get; }
The HTML.
Gets the Paragraph the container will be inserted into.
C#
public Paragraph TargetParagraph { get; }
The target paragraph.