edtFTPnet/Free - Open-source FTP component for .NET | Download
Represents the method that will handle the DirectoryListing and DirectoryListed events.

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

Syntax

C#
public delegate void FTPDirectoryListEventHandler(
	Object sender,
	FTPDirectoryListEventArgs e
)
Visual Basic
Public Delegate Sub FTPDirectoryListEventHandler ( _
	sender As Object, _
	e As FTPDirectoryListEventArgs _
)
Visual C++
public delegate void FTPDirectoryListEventHandler(
	Object^ sender, 
	FTPDirectoryListEventArgs^ e
)

See Also