public ParseHtmlLinkEventArgs(
FTPFile ftpFile,
string href,
string text
)Public Sub New (
ftpFile As FTPFile,
href As String,
text As String
)public:
ParseHtmlLinkEventArgs(
FTPFile^ ftpFile,
String^ href,
String^ text
)new :
ftpFile : FTPFile *
href : string *
text : string -> ParseHtmlLinkEventArgs