This procedure is called if an item is added to the control.
TOnAddNode = procedure (Node: TJamShellTreeNode; path: UnicodeString; var CanAdd: Boolean) of object;
Parameters |
Description |
Node |
The item which has been added. |
Path |
The file system path which has been added. |
CanAdd |
Set CanAdd to False if you don't want this item added. The default value is True. |