If set this event allows customized parsing of HTML links
The event handler receives an argument of type ParseHtmlLinkEventArgs containing data related to this event. The following ParseHtmlLinkEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ConnectionInstanceNumber | Identifies the pooled connection on which the task is running. |
FTPFile | Gets the FTPFile object which has been constructed from the HTML link, which can be modified using the supplied href and text. |
Href | Gets the href link |
IsGuiThread | Indicates whether or not the event-handler has been invoked on the GUI thread. |
TaskID | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
Text | Gets the href text |