FTPConnectionClosing Event |
Occurs when the component is about to close its connection to the server.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual event FTPConnectionEventHandler Closing
Public Overridable Event Closing As FTPConnectionEventHandler
public:
virtual event FTPConnectionEventHandler^ Closing {
void add (FTPConnectionEventHandler^ value);
void remove (FTPConnectionEventHandler^ value);
}abstract Closing : IEvent<FTPConnectionEventHandler,
FTPConnectionEventArgs>
override Closing : IEvent<FTPConnectionEventHandler,
FTPConnectionEventArgs>Value
Type:
EnterpriseDT.Net.FtpFTPConnectionEventHandler
See Also