Back to Devexpress

ISpreadsheetComponent.SheetRenaming Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-063f0cc4.md

latest1.8 KB
Original Source

ISpreadsheetComponent.SheetRenaming Event

Occurs when a worksheet is about to be renamed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event SheetRenamingEventHandler SheetRenaming
vb
Event SheetRenaming As SheetRenamingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewNameGets or sets the new name of the renamed worksheet.
OldNameGets the name of the worksheet being renamed.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace