Skip to main content
Row

ISpreadsheetComponent.ClipboardDataPasting Event

Occurs before data is pasted from the Clipboard.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

event ClipboardDataPastingEventHandler ClipboardDataPasting

Event Data

The ClipboardDataPasting event's data class is EventArgs.

See Also