ShapeChangingEventArgs Properties
Provides data for the SpreadsheetControl.ShapeRemoving event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| ShapeId | Gets the ID value of the drawing object being removed. |
| ShapeType | Gets the type of the drawing object being removed. |
See Also