RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertedHtmlNodeEventArgs Class / HtmlNode Property

In This Topic
    HtmlNode Property (ConvertedHtmlNodeEventArgs)
    In This Topic
    Gets the C1HtmlNode that was converted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HtmlNode As C1HtmlNode
    public C1HtmlNode HtmlNode {get;}
    See Also