Click or drag to resize

OperationEventArgs Properties

The OperationEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyAffectedObjects The paths of the files or folders that were affected by the performed operation.
Public propertyDestination 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.
Public propertyErrorReturns the error that made the operation fail (if any).
Public propertyOperation The opration that was performed.
Public propertyOperationSucceededGets a value indicating whether the operation succeeded.
Public propertyShellControl The control that was affected
Top
See Also