[]
Provides data for the ConvertingHtmlNode event.
public class ConvertingHtmlNodeEventArgs : EventArgs
Name | 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. |