An NDoc Documented Class Library

FTPDirectoryListEventHandler Delegate

Represents the method that will handle the DirectoryListing and DirectoryListed events.

public delegate void FTPDirectoryListEventHandler(
   object sender,
   FTPDirectoryListEventArgs e
);

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace