FileOperation Events |
The FileOperation type exposes the following members.
| Name | Description | |
|---|---|---|
| FinishOperations |
Occurs when performing caller-implemented actions after the last operation performed by the call to File Operation is complete.
| |
| PauseTimer |
Not currently supported.
| |
| PostCopyItem |
Occurs when performing caller-implemented actions after the copy process for each item is complete.
| |
| PostDeleteItem |
Occurs when performing caller-implemented actions after the delete process for each item is complete.
| |
| PostMoveItem |
Occurs when performing caller-implemented actions after the move process for each item is complete.
| |
| PostNewItem |
Occurs when performing caller-implemented actions after the new item is created.
| |
| PostRenameItem |
Occurs when performing caller-implemented actions after the rename process for each item is complete.
| |
| PreCopyItem |
Occurs when performing caller-implemented actions before the copy process for each item begins.
| |
| PreDeleteItem |
Occurs when performing caller-implemented actions before the delete process for each item begins.
| |
| PreMoveItem |
Occurs when performing caller-implemented actions before the move process for each item begins.
| |
| PreNewItem |
Occurs when performing caller-implemented actions before the process to create a new item begins.
| |
| PreRenameItem |
Occurs when performing caller-implemented actions before the rename process for each item begins.
| |
| ResetTimer |
Not currently supported.
| |
| ResumeTimer |
Not currently supported.
| |
| StartOperations |
Occurs when performing caller-implemented actions before any specific file operations are performed.
| |
| UpdateProgress |
Occurs when an estimate of the total amount of work currently done in relation to the total amount of work is provided.
|