ShellBrowser Delphi Components Documentation
|
Occurs whenever the selection has changed from one node to another.
property OnChange;
Write an OnChange event handler to take specific action when the selected node changes. The Sender parameter is the tree view whose selected node changes, and the Node parameter is the newly selected node.