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

ActiveSheetChangingEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

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

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