edtFTPnet/Free - Open-source FTP component for .NET | Download
Provides data for the DirectoryListing and DirectoryListed events.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public class FTPDirectoryListEventArgs : FTPEventArgs
Visual Basic
Public Class FTPDirectoryListEventArgs _
	Inherits FTPEventArgs
Visual C++
public ref class FTPDirectoryListEventArgs : public FTPEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EnterpriseDT.Net.Ftp..::..FTPEventArgs
      EnterpriseDT.Net.Ftp..::..FTPDirectoryListEventArgs

See Also