Back to Devexpress

ISpreadsheetComponent.ShapeRemoving Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-33155361.md

latest1.8 KB
Original Source

ISpreadsheetComponent.ShapeRemoving Event

Occurs before a drawing object is removed from a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ShapeChangingEventHandler ShapeRemoving
vb
Event ShapeRemoving As ShapeChangingEventHandler

Event Data

The ShapeRemoving event's data class is ShapeChangingEventArgs. 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.
ShapeIdGets the ID value of the drawing object being removed.
ShapeTypeGets the type of the drawing object being removed.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace