Skip to main content

TdxCustomSpreadSheet.OnEditValueChanged Event

Allows you to respond to cell value changes made using an in-place editor.

Declaration

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