Fired when connection with server is established

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

Syntax

C#
public class IpClientConnectedEventArgs : EventArgs
Visual Basic
Public Class IpClientConnectedEventArgs _
	Inherits EventArgs
Visual C++
public ref class IpClientConnectedEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Jscape.IpClient..::..IpClientConnectedEventArgs

See Also