Occurs when the component has connected to the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual event FTPConnectionEventHandler Connected |
| Visual Basic |
|---|
Public Overridable Event Connected As FTPConnectionEventHandler |
| Visual C++ |
|---|
public: virtual event FTPConnectionEventHandler^ Connected { void add (FTPConnectionEventHandler^ value); void remove (FTPConnectionEventHandler^ value); } |