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
);

Parameters

remoteFile
File deleted.
cancelled
true if the operation was cancelled (and the file was not deleted).

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace