TdxCustomSpreadSheet.OnEdited Event
Enables you to perform specific actions after deactivation of an in-place cell editor.
Declaration
property OnEdited: TdxSpreadSheetViewNotifyEvent read; write;
Remarks
The Sender parameter specifies a generic worksheet object that corresponds to a sheet in which an in-place cell editor was deactivated.
See Also