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