| 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
Syntaxpublic void OnChangePIDL(
	NotificationEvents pEvent,
	ItemIdList pItemIdList1,
	ItemIdList pItemIdList2
)
Public Sub OnChangePIDL ( 
	pEvent As NotificationEvents,
	pItemIdList1 As ItemIdList,
	pItemIdList2 As ItemIdList
)
public:
virtual void OnChangePIDL(
	NotificationEvents pEvent, 
	ItemIdList^ pItemIdList1, 
	ItemIdList^ pItemIdList2
) sealed
abstract OnChangePIDL : 
        pEvent : NotificationEvents * 
        pItemIdList1 : ItemIdList * 
        pItemIdList2 : ItemIdList -> unit 
override OnChangePIDL : 
        pEvent : NotificationEvents * 
        pItemIdList1 : ItemIdList * 
        pItemIdList2 : ItemIdList -> unit 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
See Also