Back to Devexpress

ISpreadsheetComponent.ActiveSheetChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-c81cca7a.md

latest1.8 KB
Original Source

ISpreadsheetComponent.ActiveSheetChanged Event

Occurs after an active worksheet in a workbook has been changed.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ActiveSheetChangedEventHandler ActiveSheetChanged
vb
Event ActiveSheetChanged As ActiveSheetChangedEventHandler

Event Data

The ActiveSheetChanged event's data class is ActiveSheetChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewActiveSheetNameGets the name of the new active worksheet. Inherited from ActiveSheetChangeEventArgsBase.
OldActiveSheetNameGets the name of the old active worksheet. Inherited from ActiveSheetChangeEventArgsBase.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace