Click or drag to resize

ChangeNotifier Class

Listens to Windows Shell change notifications and raises events when a notification is received. Note events can arrive from any thread.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesChangeNotifier

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ChangeNotifier : IDisposable

The ChangeNotifier type exposes the following members.

Constructors
  NameDescription
Public methodChangeNotifier
Initializes a new instance of the ChangeNotifier class.
Top
Properties
  NameDescription
Public propertyIdList
Gets the monitored PIDL. May be null.
Public propertyRegisterFlags
Gets or sets the register flags.
Public propertyTag
Gets or sets the tag, a custom arbitrary value that can be used to store anything.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodFinalize
Frees all resources associated with this instance.
(Overrides ObjectFinalize.)
Protected methodOnNotify
Called when a Windows Shell change notifications is received.
Top
Events
  NameDescription
Public eventNotify
Occurs when a Windows Shell change notifications is received. Note events can arrive from any thread.
Top
See Also