ShellBrowser .Net Edition
OperationEventArgs Class
NamespacesJam.ShellOperationEventArgs
Provides data for the Operation event.
Declaration Syntax
C#Visual BasicVisual C++
public class OperationEventArgs : EventArgs
Public Class OperationEventArgs _
	Inherits EventArgs
public ref class OperationEventArgs : public EventArgs
Members
All MembersMethodsProperties



IconMemberDescription
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.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Operation
The opration that was performed.

ShellControl
The control that was affected

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 OperationEventArgs
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)