edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when the server directory has been changed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: 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
)

Parameters

oldDirectory
Type: System..::..String
Previous directory.
newDirectory
Type: System..::..String
New directory
wasCancelled
Type: System..::..Boolean
ex
Type: System..::..Exception
Exception thrown (if failed)

See Also