wodFtpDLX ActiveX Control - Disconnected Method (wodFtpDLXCom)
      
 

Description

Called when wodFtpDLX disconnects from server.


Return Type

None  


Syntax

object.Disconnected Owner



The Disconnected Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodFtpNotify.
Owner Required. A wodFtpDLXCom object.
Remarks
 
This method is called only if you implemented IwodFtpNotify interface in your application, and wodFtpDLX.Notification property has received reference to instance of your implementation.

After this notification method is called, you are free to set up wodFtpDLX properties again and issue Connect again.