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