'Declaration
Public Event ConvertedTextElement As EventHandler(Of ConvertedTextElementEventArgs)
public event EventHandler<ConvertedTextElementEventArgs> ConvertedTextElement
Event Data
The event handler receives an argument of type ConvertedTextElementEventArgs containing data related to this event. The following ConvertedTextElementEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HtmlNodes | Gets the C1HtmlNodes that were created by the conversion. |
TextElement | Gets the C1TextElement that was converted. |
See Also