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 |