TdxCustomSpreadSheet.OnEditValueChanged Event
In This Article
Allows you to respond to cell value changes made using an in-place editor.
#Declaration
Delphi
property OnEditValueChanged: TdxSpreadSheetViewNotifyEvent read; write;
#Remarks
The Sender
parameter specifies the worksheet that raised the event.
The modified edit value is saved within the cell object corresponding to a displayed cell when an end-user moves focus to another cell or presses the Enter key.
See Also