Represents the method that will handle the Connecting
and Connected events.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public delegate void FTPConnectionEventHandler( Object sender, FTPConnectionEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub FTPConnectionEventHandler ( _ sender As Object, _ e As FTPConnectionEventArgs _ ) |
| Visual C++ |
|---|
public delegate void FTPConnectionEventHandler( Object^ sender, FTPConnectionEventArgs^ e ) |