TcxCustomTreeView.OnChange Event
In This Article
Allows you to respond to node selection state changes.
#Declaration
Delphi
property OnChange: TTVChangedEvent read; write;
#Remarks
The OnChange
event occurs every time a user selects or deselects a node.
See Also