ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellLink.TJamShellLink.OnSelectionChanged

This event will be triggered whenever the connected controls will be informed about a selected subelement, i.e. an element in a TJamShellList.

Syntax
Pascal
property OnSelectionChanged: TItemIdListEvent;

You can use this event to be informed, whenever the central selection of all controls using a ShellLink changes, in order to e.g. synchronize an additional control that doesn't support TJamShellLink.  

Note, that not any selection is passed to the ShellLink. For a multi-selection typically only the first selected element will trigger this event.