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