Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.OnDataChanged Event

In This Article

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

#Declaration

Delphi
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