Skip to main content

TdxCustomSpreadSheet.OnDataChanged Event

Enables you to perform specific actions after changing a cell object‘s value.

Declaration

property OnDataChanged: TNotifyEvent read; write;

Remarks

This event is fired when the cell object’s value is changed either programmatically or by using an in-place cell editor.

The Sender parameter specifies an instance of the Spreadsheet or Report Designer control that fired this event.

See Also