ISpreadsheetComponent.SheetRenamed Event
Occurs after a worksheet has been renamed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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