An NDoc Documented Class Library

FTPFileTransferEventHandler Delegate

Represents the method that will handle the Uploading, Uploaded, Downloading, and Downloaded events.

public delegate void FTPFileTransferEventHandler(
   object sender,
   FTPFileTransferEventArgs e
);

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace