TdxCustomSpreadSheet.OnEditChanged Event
In This Article
Allows you to respond to cell editing within the current worksheet.
#Declaration
Delphi
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