Operation |
The OperationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AffectedObjects | The paths of the files or folders that were affected by the performed operation. | |
| Destination | In case of operations like copy or move this property contains the destination path. This property is null for other operations, to which it does not have a meaning. | |
| Error | Returns the error that made the operation fail (if any). | |
| Operation | The opration that was performed. | |
| OperationSucceeded | Gets a value indicating whether the operation succeeded. | |
| ShellControl | The control that was affected |