Click or drag to resize

IShellChangeNotifier Interface

Interface for shell change notifier.

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

The IShellChangeNotifier type exposes the following members.

Methods
 NameDescription
Public methodOnChangeExecutes the change action.
Public methodOnChangePIDLExecutes the change PIDL action.
Top
Events
 NameDescription
Public eventChangeEvent queue for all listeners interested in Change events.
Public eventChangePIDLEvent queue for all listeners interested in ChangePIDL events.
Top
See Also