Occurs after a file is downloaded.

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

Syntax

C#
public event Scp..::..ScpDownloadEventHandler ScpDownloadEvent
Visual Basic
Public Event ScpDownloadEvent As Scp..::..ScpDownloadEventHandler
Visual C++
public:
 event Scp..::..ScpDownloadEventHandler^ ScpDownloadEvent {
	void add (Scp..::..ScpDownloadEventHandler^ value);
	void remove (Scp..::..ScpDownloadEventHandler^ value);
}

See Also