Back to product page

DisconnectedEvent event


Fires when wodFtpDLX.NET disconnects from server.

Syntax

  • C#
  • VB.NET
delegate void DisconnectedDelegate(object Sender,FtpConnectedArgs Args);
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.ErrorException. Error that occurred, if any.

Delegate Sub DisconnectedDelegate(ByVal Sender As Object, ByVal Args As FtpConnectedArgs)
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.ErrorException. Error that occurred, if any.

Remarks

After this event is fired, you are free to set up wodFtpDLX.NET properties again and issue Connect again.

Platforms

Windows