TdxCustomSpreadSheet.OnEdited Event
In This Article
Enables you to perform specific actions after deactivation of an in-place cell editor.
#Declaration
Delphi
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