ShellBrowser Delphi Components Documentation
|
This is a procedure called by the TJamShellChangeNotifier.OnChange event.
TJamShellNotifierEventPIDL = procedure (Sender: TObject; Event: TNotificationEvent; pidl1, pidl2: IItemIdList) of object;
Parameters |
Description |
Sender |
The control which sends this notification event. |
Event |
The type of change event that has occurred. |
pidl1 |
The ItemIdList for which the change event occurred. |
pidl2 |
In case of a rename event the new ItemIdList of the renamed object. |