TcxCustomTreeList.OnEditValueChanged Event
In This Article
Enables you to perform specific actions after editing a data cell‘s value is complete.
#Declaration
Delphi
property OnEditValueChanged: TcxTreeListColumnChangedEvent read; write;
#Remarks
Sender specifies the tree list.
AColumn specifies the column whose data cell has been edited.
See Also