Back to Devexpress

Workbook.ClipboardDataPasting Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-6d2c55c2.md

latest1.4 KB
Original Source

Workbook.ClipboardDataPasting Event

Occurs before data is pasted into destination cells.

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 ClipboardDataPastingEventHandler ClipboardDataPasting
vb
Public Event ClipboardDataPasting As ClipboardDataPastingEventHandler

Event Data

The ClipboardDataPasting event's data class is EventArgs.

Implements

ClipboardDataPasting

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace