TraversingEventArgs Class
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Provides data for the Traversing event.
Syntax
public class TraversingEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
TraversingEventArgs(Object) | Initializes a new instance of the TraversingEventArgs class (for internal use only). |
Properties
Name | Description |
---|---|
Action | Gets the current transfer action. |
BytesTotal | Gets the current total number of bytes to be processed (traversed so far). |
FilesTotal | Gets the current total number of files to be processed (traversed so far). |
Item | Gets the file or directory which is currently processed. |
TraversingState | Gets the current traversing state of the current Action. |
UserState | Gets a user state object. |