edtFTPnet/Free - Open-source FTP component for .NET | Download
Occurs when the component has closed its connection to the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual event FTPConnectionEventHandler Closed
Visual Basic
Public Overridable Event Closed As FTPConnectionEventHandler
Visual C++
public:
virtual  event FTPConnectionEventHandler^ Closed {
	void add (FTPConnectionEventHandler^ value);
	void remove (FTPConnectionEventHandler^ value);
}

See Also