FTPConnectionOnChangedLocalDirectory Method
Called when the local directory has been changed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnChangedLocalDirectory(
string oldDirectory,
string newDirectory,
bool wasCancelled
)
Protected Overridable Sub OnChangedLocalDirectory (
oldDirectory As String,
newDirectory As String,
wasCancelled As Boolean
)
protected:
virtual void OnChangedLocalDirectory(
String^ oldDirectory,
String^ newDirectory,
bool wasCancelled
)
abstract OnChangedLocalDirectory :
oldDirectory : string *
newDirectory : string *
wasCancelled : bool -> unit
override OnChangedLocalDirectory :
oldDirectory : string *
newDirectory : string *
wasCancelled : bool -> unit
Parameters
- oldDirectory String
- Previous directory.
- newDirectory String
- New directory
- wasCancelled Boolean
-