edtFTPnet/Express - Class Reference

FTPLocalFileList.DirectoryChanged Event

NOTE: This event is now obsolete.

Use FTPConnection.LocalDirectoryChanged.


Occurs when the directory shown in the list has been changed.

public event FTPDirectoryEventHandler DirectoryChanged;

Event Data

The event handler receives an argument of type FTPDirectoryEventArgs containing data related to this event. The following FTPDirectoryEventArgs properties provide information specific to this event.

Property Description
Cancel Determines whether or not the operation should be cancelled.
Exception The exception thrown if a transfer failed.
NewDirectory Working directory after change.
OldDirectory Working directory prior to change.
Succeeded Indicates whether or not the transfer succeeded.

See Also

FTPLocalFileList Class | EnterpriseDT.Net.Ftp.Forms Namespace