Raise the DirectoryListed event.

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

Syntax

C#
protected internal void RaiseDirectoryListed(
	FTPDirectoryListEventArgs e
)
Visual Basic
Protected Friend Sub RaiseDirectoryListed ( _
	e As FTPDirectoryListEventArgs _
)
Visual C++
protected public:
void RaiseDirectoryListed(
	FTPDirectoryListEventArgs^ e
)

See Also