Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.OnNodeChanged Event

In This Article

Enables you to respond to changes made to a node.

#Declaration

Delphi
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