ChangeNotifyEventArgs Class |
Namespace: callback.ShellBoost.Core.Utilities
public sealed class ChangeNotifyEventArgs : EventArgs
The ChangeNotifyEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Event |
Gets the type of event.
|
![]() | ExtendedEvent |
Gets the type of extended event.
|
![]() | ExtendedEventData1 |
Gets first extended event data in the case of an extended event.
|
![]() | ExtendedEventData2 |
Gets second extended event data in the case of an extended event.
|
![]() | FileSystemPath1 |
Gets event source first item's file system path.
|
![]() | FileSystemPath2 |
Gets event source second item's file system path.
|
![]() | IdList1 |
Gets event source first item's PIDL.
|
![]() | IdList2 |
Gets event source second item's PIDL.
|
![]() | Path1 |
Gets event source first item's path.
|
![]() | Path2 |
Gets event source second 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.) |