IShellChangeNotifierOnChangePIDL Method |
Executes the change PIDL action.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax void OnChangePIDL(
NotificationEvents pEvent,
ItemIdList pItemIdList1,
ItemIdList pItemIdList2
)
Sub OnChangePIDL (
pEvent As NotificationEvents,
pItemIdList1 As ItemIdList,
pItemIdList2 As ItemIdList
)
void OnChangePIDL(
NotificationEvents pEvent,
ItemIdList^ pItemIdList1,
ItemIdList^ pItemIdList2
)
abstract OnChangePIDL :
pEvent : NotificationEvents *
pItemIdList1 : ItemIdList *
pItemIdList2 : ItemIdList -> unit
Parameters
- pEvent
- Type: Jam.ShellNotificationEvents
The event. - pItemIdList1
- Type: Jam.ShellItemIdList
The first p item identifier list. - pItemIdList2
- Type: Jam.ShellItemIdList
The second p item identifier list.
See Also