An NDoc Documented Class Library

FTPConnectionEventHandler Delegate

Represents the method that will handle the Connecting and Connected events.

public delegate void FTPConnectionEventHandler(
   object sender,
   FTPConnectionEventArgs e
);

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace