NotifyEventArgs Class |
Namespace: ShellBoost.Core
public sealed class NotifyEventArgs : EventArgs, IWithIdList
The NotifyEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Event |
Gets the type of event.
| |
| ExtendedEvent |
Gets the type of extended event.
| |
| ExtendedEventData |
Gets extended event data in the case of an extended event.
| |
| FileSystemPath |
Gets event source item's file system path.
| |
| IdList |
Gets event source item's PIDL.
| |
| Path |
Gets event source item's path.
|
| Name | Description | |
|---|---|---|
| OpenView |
Opens a Windows Explorer window.
(Defined by Extensions.) | |
| WithPointer(ActionIntPtr) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) | |
| WithPointerT(FuncIntPtr, T) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |