TdxCustomSpreadSheet.OnActiveSheetChanged Event
Occurs after activating another worksheet within the Spreadsheet control.
Declaration
property OnActiveSheetChanged: TNotifyEvent read; write;
Remarks
The Sender parameter specifies the Spreadsheet control instance in which another worksheet is selected as the active.
See Also