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