An NDoc Documented Class Library

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,
   DateTime remoteModTime
);

Parameters

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

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace