ShellChangeNotifierOnChangePIDL Method |
Fires the OnChange event, when something happened in the monitored directories.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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 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