TcxCustomTreeList.OnEdited Event
Enables you to perform specific actions after the data cell‘s in-place editor has been deactivated.
Declaration
property OnEdited: TcxTreeListColumnChangedEvent read; write;
Remarks
Sender specifies the tree list.
AColumn specifies the column whose data cell has been edited.
See Also