Click or drag to resize

ShellOperationEventArgs Class

Provides data for ShellFolder operation events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreShellOperationEventArgs

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class ShellOperationEventArgs : EventArgs

The ShellOperationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDesignName
Gets the design name.
Public propertyFlags
Gets the flags.
Public propertyHResult
Gets or sets the Windows HRESULT code for the operation.
Public propertyHwndOwner
Gets the owner window handle.
Public propertyItem
Gets the shell item.
Public propertyNewId
Gets or sets the new relative PIDL. Only used for the SetNameOf operation.
Public propertyNewIdList
Gets or sets the new PIDL. For the SetNameOf operation, only the last segment will be used.
Public propertyNewName
Gets the new name, for rename operations.
Public propertyOperation
Gets the operation.
Public propertyParentIdList
Gets the parent PIDL.
Public propertyPropertyValues
Gets the new property values to set to the shell item.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also