ShellChangeNotifierOnChangePIDL Method |
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public 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
The event. - pItemIdList1
- Type: Jam.ShellItemIdList
The first p item identifier list. - pItemIdList2
- Type: Jam.ShellItemIdList
The second p item identifier list.
Implements
IShellChangeNotifierOnChangePIDL(NotificationEvents, ItemIdList, ItemIdList)See Also