Click or drag to resize

ShellChangeNotifierOnChangePIDL Method

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

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

Parameters

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

Implements

IShellChangeNotifierOnChangePIDL(NotificationEvents, ItemIdList, ItemIdList)
See Also