An NDoc Documented Class Library

FTPConnection.OnChangedLocalDirectory Method 

Called when the local directory has been changed.

protected virtual void OnChangedLocalDirectory(
   string oldDirectory,
   string newDirectory,
   bool wasCancelled
);

Parameters

oldDirectory
Previous directory.
newDirectory
New directory
wasCancelled

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace