TdxBarTreeViewCombo.OnGetSelectedIndex Event
Occurs when a tree view searches the node SelectedIndex.
Declaration
property OnGetSelectedIndex: TTVExpandedEvent read; write;
Remarks
This event is similar to the TTreeView OnGetSelectedIndex event. Write an OnGetSelectedIndex event handler to change a node SelectedIndex before drawing the image.
See Also