Click or drag to resize

IShellChangeNotifier.OnChangePIDL Method

Executes the change PIDL action.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
void OnChangePIDL(
	NotificationEvents pEvent,
	ItemIdList pItemIdList1,
	ItemIdList pItemIdList2
)

Parameters

pEvent
Type: Jam.Shell.NotificationEvents
The event.
pItemIdList1
Type: Jam.Shell.ItemIdList
The first p item identifier list.
pItemIdList2
Type: Jam.Shell.ItemIdList
The second p item identifier list.
See Also