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