C1.WPF.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertedHtmlNode Event |
'Declaration
Public Event ConvertedHtmlNode As System.EventHandler(Of ConvertedHtmlNodeEventArgs)
public event System.EventHandler<ConvertedHtmlNodeEventArgs> ConvertedHtmlNode
The event handler receives an argument of type ConvertedHtmlNodeEventArgs containing data related to this event. The following ConvertedHtmlNodeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HtmlNode | Gets the C1HtmlNode that was converted. |
TextElement | Gets the C1TextElement that was created by the conversion. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2