TcxCustomTreeList.OnNodeChanged Event
Enables you to respond to changes made to a node.
Declaration
property OnNodeChanged: TcxTreeListNodeDataChangedEvent read; write;
Remarks
Fires after the data has been changed in a node’s data cell, when in provider or unbound mode.
Sender specifies the tree list.
ANode specifies the node whose data cell has been changed.
AColumn specifies the column whose data cell has been changed.
See Also