Fired when wodSFTP.NET successfully connects to the server.
[Visual Basic]
Public ConnectedEvent As WeOnlyDo.Client.SFTP.ConnectedDelegate
[C#]
public ConnectedDelegate ConnectedEvent;
Remarks
When this event is fired, you are free to issue new commands. Make sure no errors occurred when you tried to connect. You should check ConnectedArgs for any errors.