Class ShellObjectNotificationEventArgs
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Base class for the Event Args for change notifications raised by ShellObjectWatcher.
public class ShellObjectNotificationEventArgs : EventArgs
- Inheritance
-
ShellObjectNotificationEventArgs
- Derived
- Inherited Members
Properties
ChangeType
The type of the change that happened to the ShellObject
public ShellObjectChangeTypes ChangeType { get; }
Property Value
FromSystemInterrupt
True if the event was raised as a result of a system interrupt.
public bool FromSystemInterrupt { get; }