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