FTPConnectionCreatedDirectory Event |
Occurs when a local directory has been created on the server.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual event FTPDirectoryEventHandler CreatedDirectory
Public Overridable Event CreatedDirectory As FTPDirectoryEventHandler
public:
virtual event FTPDirectoryEventHandler^ CreatedDirectory {
void add (FTPDirectoryEventHandler^ value);
void remove (FTPDirectoryEventHandler^ value);
}abstract CreatedDirectory : IEvent<FTPDirectoryEventHandler,
FTPDirectoryEventArgs>
override CreatedDirectory : IEvent<FTPDirectoryEventHandler,
FTPDirectoryEventArgs>Value
Type:
EnterpriseDT.Net.FtpFTPDirectoryEventHandler
See Also