C1.Silverlight.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertingHtmlNode Event |
'Declaration
Public Event ConvertingHtmlNode As System.EventHandler(Of ConvertingHtmlNodeEventArgs)
public event System.EventHandler<ConvertingHtmlNodeEventArgs> ConvertingHtmlNode
The event handler receives an argument of type ConvertingHtmlNodeEventArgs containing data related to this event. The following ConvertingHtmlNodeEventArgs properties provide information specific to this event.
Property | 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. |
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