Skip to main content
Row

ActiveSheetChangedEventArgs(String, String) Constructor

Initializes a new instance of the ActiveSheetChangedEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ActiveSheetChangedEventArgs(
    string oldActiveSheetName,
    string newActiveSheetName
)

Parameters

Name Type Description
oldActiveSheetName String

A string that is the name of the formerly active sheet.

newActiveSheetName String

A string that is the name of the sheet that became active.

Remarks

The ActiveSheetChangedEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ActiveSheetChanged event.

See Also