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