[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.ConvertingHtmlNodeEventArgs

ConvertingHtmlNodeEventArgs Class

Provides data for the ConvertingHtmlNode event.

Inheritance
ConvertingHtmlNodeEventArgs
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class ConvertingHtmlNodeEventArgs : EventArgs

Properties

Name Description
Handled

Gets or sets whether the conversion is handled by the event handler.

HtmlNode

Gets the C1HtmlNode to be converted.

Parent

Gets the converted parent of the C1HtmlNode.