ShellOperationEventArgs Class |
Namespace: callback.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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |