Occurs after a successful connection to the Remote Host.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public event Rlogin..::..RloginConnectedEventHandler ConnectedEvent |
Visual Basic |
---|
Public Event ConnectedEvent As Rlogin..::..RloginConnectedEventHandler |
Visual C++ |
---|
public: event Rlogin..::..RloginConnectedEventHandler^ ConnectedEvent { void add (Rlogin..::..RloginConnectedEventHandler^ value); void remove (Rlogin..::..RloginConnectedEventHandler^ value); } |