edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Occurs when a local directory has been created on the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual event FTPDirectoryEventHandler CreatedDirectory
Visual Basic
Public Overridable Event CreatedDirectory As FTPDirectoryEventHandler
Visual C++
public:
virtual  event FTPDirectoryEventHandler^ CreatedDirectory {
	void add (FTPDirectoryEventHandler^ value);
	void remove (FTPDirectoryEventHandler^ value);
}

See Also