ISpreadsheetComponent.SheetRemoving Event
In This Article
Occurs when a worksheet is about to be removed from a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
event SheetRemovingEventHandler SheetRemoving
#Event Data
The SheetRemoving event's data class is SheetRemovingEventArgs. 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 Cancel |
See Also