edtFTPnet/Express - Class Reference

FTPConnection.OnDeleted Method 

Called when a file deletion operation has completed (though it may have been cancelled).

protected virtual void OnDeleted(
   string remoteFile,
   bool cancelled,
   Exception ex
);

Parameters

remoteFile
File deleted.
cancelled
true if the operation was cancelled (and the file was not deleted).
ex
Exception thrown (if failed)

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace