TcxEditingControl.OnEdited Event
In This Article
Occurs after deactivating a cell editor.
#Declaration
Delphi
property OnEdited: TcxecItemEvent read; write;
#Remarks
Handle this event to validate the cell value after its modification. The Sender parameter identifies the control and the AItem parameter identifies the control’s item that was edited.
See Also