The TraversingEventArgs type exposes the following 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.
|