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

Syntax

C#
public event Ssh..::..SshConnectionClosed ConnectionClosed
Visual Basic
Public Event ConnectionClosed As Ssh..::..SshConnectionClosed
Visual C++
public:
 event Ssh..::..SshConnectionClosed^ ConnectionClosed {
	void add (Ssh..::..SshConnectionClosed^ value);
	void remove (Ssh..::..SshConnectionClosed^ value);
}

See Also