An NDoc Documented Class Library

FTPConnection.OnRenamed Method 

Called when a file has been renamed.

protected virtual void OnRenamed(
   string from,
   string to,
   bool cancelled
);

Parameters

from
Previous name.
to
New name.
cancelled
Indicates whether or not the rename operation was cancelled.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace