ShellBrowser Delphi Components Documentation
|
This procedure is called when controls are about to handle shell notifications.
TOnHandleShellNotification = procedure (Sender: TObject; Event: TNotificationEvent; pidl1, pidl2: IItemIdList; var pHandled: boolean) 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. |
pHandled |
If set to true the control won't do any further processing of the event, so it can be used to let the control ignore shellnotifications. |
.