| C1.Silverlight.RichTextBox.5 Assembly > 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. |