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.OnModifiedChanged Event

In This Article

Enables you to track a loaded document’s modified state.

#Declaration

Delphi
property OnModifiedChanged: TNotifyEvent read; write;

#Remarks

This event occurs every time:

Handle this event to track the spreadsheet document state in your application. For example, you can enable or disable certain UI elements in response to document changes.

Use the Sender parameter within an OnModifiedChanged event handler to refer to the Spreadsheet or Report Designer control that raised the event. To access the control’s type-specific members, cast the parameter to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class.

See Also