TdxSpreadSheetReportDesigner.OnChange Event
Enables you to respond to spreadsheet report template changes.
Declaration
property OnChange: TNotifyEvent read; write;
Remarks
This event is fired every time a change is applied to the displayed report template, including but not limited to, creating, redefining, and deleting report sections and data source field placeholders in cells.
The Sender parameter specifies the Report Designer that raised the OnChange event.
See Also