Skip to main content
A newer version of this page is available. .
Row

ISpreadsheetComponent.SheetRenamed Event

Occurs after a worksheet has been renamed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.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