Click or drag to resize

OperationEventArgs Class

Provides data for the Operation event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellOperationEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class OperationEventArgs : EventArgs

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