Occurs after disconnecting from the SSH server.

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

Syntax

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

See Also