Table of Contents

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

ShellObjectChangeTypes

FromSystemInterrupt

True if the event was raised as a result of a system interrupt.

public bool FromSystemInterrupt { get; }

Property Value

bool