NotifyEventArgs Class |
Namespace: callback.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 | |
---|---|---|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | OpenView |
Opens a Windows Explorer window.
(Defined by Extensions.) |
![]() | WithPointer(Action<IntPtr>) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) |
![]() | WithPointer<T>(Func<IntPtr, T>) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |