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