ShellBrowser Delphi Components Documentation
|
This procedure is called if an item is added to the control.
TOnAddItem = procedure (Item: TJamFileListItem; var CanAdd: Boolean) of object;
Parameters |
Description |
Item |
The item which has been added. |
CanAdd |
Set CanAdd to False if you don't want this item added. The default value is True. |