ShellBrowser .Net Edition
OnChangePIDL Method (Event, Pidl1, Pild2)
NamespacesJam.ShellShellChangeNotifierOnChangePIDL(NotificationEvents, ItemIdList, ItemIdList)
Fires the OnChange event, when something happened in the monitored directories.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnChangePIDL(
	NotificationEvents Event,
	ItemIdList Pidl1,
	ItemIdList Pild2
)
Protected Sub OnChangePIDL ( _
	Event As NotificationEvents, _
	Pidl1 As ItemIdList, _
	Pild2 As ItemIdList _
)
protected:
void OnChangePIDL(
	NotificationEvents Event, 
	ItemIdList^ Pidl1, 
	ItemIdList^ Pild2
)
Parameters
Event (NotificationEvents)
Provides data for the OnChange event.
Pidl1 (ItemIdList)
Contains information like the ItemIdList of a path, where something happened, or the name of a file before it has been renamed.
Pild2 (ItemIdList)
Contains information like the name of a file after it has been renamed.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)