'Declaration Public Event ConvertingHtmlNode As EventHandler(Of ConvertingHtmlNodeEventArgs)
public event EventHandler<ConvertingHtmlNodeEventArgs> ConvertingHtmlNode
Event Data
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. |
See Also