ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellTree.OnUpdatedFolder Event

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 oh the Node or to exclude it by setting CanAdd to false. You can get the full path belonging to the folder using the GetFullPath method.

Copyright (c) 2011. All rights reserved.