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

Provides additional data for the InlineUIContainerImported event.

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders.Html

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class InlineUIContainerImportedEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the InlineUIContainerImportedEventArgs class.

C#
public InlineUIContainerImportedEventArgs(string commentContent, string htmlContent, InlineUIContainer inlineUIContainer)
Parameters:commentContentstring

Content of the comment.

htmlContentstring

Content of the HTML.

inlineUIContainerInlineUIContainer

The inline 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 HTML representing the container.

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

The HTML.

Gets the InlineUIContainer instance that has been imported.

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

The inline UI container.