Skip to main content
Row

SheetRenamedEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SheetRenamedEventArgs(
    string oldName,
    string newName
)

Parameters

Name Type Description
oldName String

A string that is the former name of the worksheet.

newName String

A string that is the current name of the worksheet.

Remarks

The SheetRenamedEventArgs is created automatically and passed to the handler of the SpreadsheetControl.SheetRenamed event.

See Also