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

Parameters

oldDirectory
Previous directory.
newDirectory
New directory
wasCancelled

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace