Skip to main content

TdxBarTreeViewCombo.OnTreeViewChange Event

Occurs when tree node selections change.

Declaration

property OnTreeViewChange: TTVChangedEvent read; write;

Remarks

This event occurs if a dropdown window is active. If a selection has changed from one tree node to another, the OnTreeviewChange event is generated. This event corresponds to the TTreeView OnChange event. Unlike the TTreeView OnChange event, the TdxBarTreeViewCombo OnChange is generated after changes are made in the combo box editor.

See Also