Occurs when a directory listing is retrieved from the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public event FtpListingEventHandler FtpListingEvent
Visual Basic
Public Event FtpListingEvent As FtpListingEventHandler
Visual C++
public:
 event FtpListingEventHandler^ FtpListingEvent {
	void add (FtpListingEventHandler^ value);
	void remove (FtpListingEventHandler^ value);
}

See Also