Occurs after disconnecting from the SSH server.

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

Syntax

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

See Also