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