Skip to main content
Row

ISpreadsheetComponent.SheetRenaming Event

Occurs when a worksheet is about to be renamed.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

event SheetRenamingEventHandler SheetRenaming

Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewName Gets or sets the new name of the renamed worksheet.
OldName Gets the name of the worksheet being renamed.
See Also