Skip to main content
Row

ActiveSheetChangingEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ActiveSheetChangingEventArgs(
    string oldActiveSheetName,
    string newActiveSheetName
)

Parameters

Name Type Description
oldActiveSheetName String

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

newActiveSheetName String

A string that is the name of the sheet that will be active.

Remarks

The ActiveSheetChangingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ActiveSheetChanging event.

See Also