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

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

Parameters

oldDirectory
Type: System..::..String
Previous directory.
newDirectory
Type: System..::..String
New directory
wasCancelled
Type: System..::..Boolean

See Also