Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ActiveSheetChangedEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

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

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