Click or drag to resize

ShellChangeNotifierOnChangePIDL Method

Fires the OnChange event, when something happened in the monitored directories.

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

Parameters

pEvent  NotificationEvents
Provides data for the OnChange event.
pItemIdList1  ItemIdList
Contains information like the ItemIdList of a path, where something happened, or the name of a file before it has been renamed.
pItemIdList2  ItemIdList
Contains information like the name of a file after it has been renamed.

Implements

IShellChangeNotifierOnChangePIDL(NotificationEvents, ItemIdList, ItemIdList)
See Also