Occurs after a file is downloaded.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public event Sftp..::..SftpDownloadEventHandler SftpDownloadEvent
Visual Basic
Public Event SftpDownloadEvent As Sftp..::..SftpDownloadEventHandler
Visual C++
public:
 event Sftp..::..SftpDownloadEventHandler^ SftpDownloadEvent {
	void add (Sftp..::..SftpDownloadEventHandler^ value);
	void remove (Sftp..::..SftpDownloadEventHandler^ value);
}

See Also