Occurs when a significant action occurs in Download, Upload, Delete or GetItems methods. Notifies the client about traversing hierarchy structure.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Event Traversing As EventHandler(Of FtpTraversingEventArgs)
C#
public event EventHandler<FtpTraversingEventArgs> Traversing

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also