ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.OnUpdatedFolder

Event occurs when a folder is added or updated.

Syntax
Pascal
property OnUpdatedFolder: TOnUpdatedFolder;

This event occurs, whenever a node is added to the TJamShellTree. You can use it to customize the appearance of the Node or to exclude it by setting CanAdd to false. You can get the full path belonging to the node using the TJamShellTreeNode.FullPath property.