Occurs when the component is about to close its connection to the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual event FTPConnectionEventHandler Closing |
| Visual Basic |
|---|
Public Overridable Event Closing As FTPConnectionEventHandler |
| Visual C++ |
|---|
public: virtual event FTPConnectionEventHandler^ Closing { void add (FTPConnectionEventHandler^ value); void remove (FTPConnectionEventHandler^ value); } |