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

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

Syntax

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

See Also