Represents the method that will handle the event that has FtpDownloadEventArgs.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public delegate void FtpDownloadEventHandler(
	Object sender,
	FtpDownloadEventArgs e
)
Visual Basic
Public Delegate Sub FtpDownloadEventHandler ( _
	sender As Object, _
	e As FtpDownloadEventArgs _
)
Visual C++
public delegate void FtpDownloadEventHandler(
	Object^ sender, 
	FtpDownloadEventArgs^ e
)

See Also