Back to Devexpress

Workbook.ShapesCopying Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-2892267a.md

latest1.8 KB
Original Source

Workbook.ShapesCopying Event

Occurs before a drawing object is copied in a worksheet.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event ShapesCopyingEventHandler ShapesCopying
vb
Public 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.

Implements

ShapesCopying

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace