ClassInlineUIContainerImportedEventArgs
Class
Provides additional data for the InlineUIContainerImported event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InlineUIContainerImportedEventArgs : EventArgs
Inheritance: objectEventArgsInlineUIContainerImportedEventArgs
Inherited Members
Constructors
InlineUIContainerImportedEventArgs(string, string, InlineUIContainer)
Initializes a new instance of the InlineUIContainerImportedEventArgs class.
Declaration
cs-api-definition
public InlineUIContainerImportedEventArgs(string commentContent, string htmlContent, InlineUIContainer inlineUIContainer)
Parameters
commentContent
Content of the comment.
htmlContent
Content of the HTML.
inlineUIContainer
The inline 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.
HtmlContent
Gets the HTML representing the container.
InlineUIContainer
Gets the InlineUIContainer instance that has been imported.
Declaration
cs-api-definition
public InlineUIContainer InlineUIContainer { get; }
Property Value
The inline UI container.