An NDoc Documented Class Library

FTPConnection.OnChangedServerDirectory Method 

Called when the server directory has been changed.

protected virtual void OnChangedServerDirectory(
   string oldDirectory,
   string newDirectory,
   bool wasCancelled,
   Exception ex
);

Parameters

oldDirectory
Previous directory.
newDirectory
New directory
wasCancelled
ex
Exception thrown (if failed)

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace