Back to Devexpress

ISpreadsheetComponent.ShapeInserted Event

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

latest1.7 KB
Original Source

ISpreadsheetComponent.ShapeInserted Event

Occurs after a drawing object has been inserted into a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ShapeChangedEventHandler ShapeInserted
vb
Event ShapeInserted As ShapeChangedEventHandler

Event Data

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

PropertyDescription
ShapeIdGets the ID value of the drawing object that has been inserted or removed.
ShapeNameGets the name of the drawing object that has been inserted or removed.
ShapeTypeGets the type of the drawing object that has been inserted or removed.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace