Click or drag to resize

ShellOperationEventArgs Properties

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
See Also