ShellOperationEventArgs Class |
Namespace: ShellBoost.Core
public sealed class ShellOperationEventArgs : EventArgs
The ShellOperationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DesignName |
Gets the design name.
| |
| Flags |
Gets the flags.
| |
| HResult |
Gets or sets the Windows HRESULT code for the operation.
| |
| HwndOwner |
Gets the owner window handle.
| |
| Item |
Gets the shell item.
| |
| NewId |
Gets or sets the new relative PIDL. Only used for the SetNameOf operation.
| |
| NewIdList |
Gets or sets the new PIDL.
For the SetNameOf operation, only the last segment will be used.
| |
| NewName |
Gets the new name, for rename operations.
| |
| Operation |
Gets the operation.
| |
| ParentIdList |
Gets the parent PIDL.
| |
| PropertyValues |
Gets the new property values to set to the shell item.
|