TcxEditingControl.OnEdited Event
Occurs after deactivating a cell editor.
Declaration
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