Skip to main content
Row

SheetRenamingEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SheetRenamingEventArgs(
    string oldName,
    string newName
)

Parameters

Name Type Description
oldName String

A string that is the name of the worksheet to be renamed.

newName String

A string that is the new name of the worksheet.

Remarks

The SheetRenamingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.SheetRenaming event.

See Also