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

ISpreadsheetComponent.SheetRenamed Event

Occurs after a worksheet has been renamed.

Namespace: DevExpress.Spreadsheet

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

Declaration

event SheetRenamedEventHandler SheetRenamed

Event Data

The SheetRenamed event's data class is SheetRenamedEventArgs. The following properties provide information specific to this event:

Property Description
NewName Gets the new name of the renamed worksheet.
OldName Gets the former name of the renamed worksheet.
See Also