TdxCustomSpreadSheet.OnEditChanged Event
Allows you to respond to cell editing within the current worksheet.
Declaration
property OnEditChanged: TdxSpreadSheetViewNotifyEvent read; write;
Remarks
The Sender parameter specifies a generic worksheet object that corresponds to a sheet whose cell was edited by using an in-place editor.
See Also