ISpreadsheetComponent.ShapeRemoved Event
Occurs after a drawing object has been removed from a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly:
DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
event ShapeChangedEventHandler ShapeRemoved
Event ShapeRemoved As ShapeChangedEventHandler
Event Data
The ShapeRemoved event's data class is ShapeChangedEventArgs.
The following properties provide information specific to this event:
| Property |
Description |
| ShapeId |
Gets the ID value of the drawing object that has been inserted or removed.
|
| ShapeName |
Gets the name of the drawing object that has been inserted or removed.
|
| ShapeType |
Gets the type of the drawing object that has been inserted or removed.
|
See Also