TdxCustomSpreadSheet.OnActiveSheetChanged Event
In This Article
Occurs after activating another worksheet within the Spreadsheet control.
#Declaration
Delphi
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