Called when the local directory has been changed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
protected virtual void OnChangedLocalDirectory(
string oldDirectory,
string newDirectory,
bool wasCancelled
) |
| Visual Basic |
|---|
Protected Overridable Sub OnChangedLocalDirectory ( _
oldDirectory As String, _
newDirectory As String, _
wasCancelled As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void OnChangedLocalDirectory(
String^ oldDirectory,
String^ newDirectory,
bool wasCancelled
) |
See Also