TdxCustomTreeView.OnSelectionChanged Event
Allows you to respond to the Tree View control’s selection changes.
Declaration
property OnSelectionChanged: TNotifyEvent read; write;
Remarks
This event occurs every time the Tree View control’s selection changes.
See Also