TraversingEventArgs Class
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 8.0.9673)
Provides data for the Traversing event.
Syntax
public class TraversingEventArgs : EventArgs
Inherited Members
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. |