Click or drag to resize

IShellChangeNotifier Interface

Interface for shell change notifier.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public interface IShellChangeNotifier

The IShellChangeNotifier type exposes the following members.

Methods
  NameDescription
Public methodOnChange
Executes the change action.
Public methodOnChangePIDL
Executes the change PIDL action.
Top
Events
  NameDescription
Public eventChange
Event queue for all listeners interested in Change events.
Public eventChangePIDL
Event queue for all listeners interested in ChangePIDL events.
Top
See Also