Occurs after a remote directory listing is performed.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public event Sftp..::..SftpListingEventHandler SftpListingEvent
Visual Basic
Public Event SftpListingEvent As Sftp..::..SftpListingEventHandler
Visual C++
public:
 event Sftp..::..SftpListingEventHandler^ SftpListingEvent {
	void add (Sftp..::..SftpListingEventHandler^ value);
	void remove (Sftp..::..SftpListingEventHandler^ value);
}

See Also