TcxCustomShellTreeView.OnChange Event
Occurs when selection changes within the shell tree view.
Declaration
property OnChange: TTVChangedEvent read; write;
Remarks
Sender
specifies the shell tree view whose selected node changes.
Node
is the newly selected node.
Note
The OnChange
event does not occur for nodes selected using the right mouse button when RightClickSelect is True
. In this instance, handle the OnMouseUp event to respond to InnerTreeView.Selected property value changes.
See Also