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