Back to Devexpress

ISpreadsheetComponent.ShapesCopying Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-654a1335.md

latest1.5 KB
Original Source

ISpreadsheetComponent.ShapesCopying Event

Occurs before a drawing object is copied in a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ShapesCopyingEventHandler ShapesCopying
vb
Event ShapesCopying As ShapesCopyingEventHandler

Event Data

The ShapesCopying event's data class is ShapesCopyingEventArgs. 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.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace