ISpreadsheetComponent.ClipboardDataPasting Event
In This Article
Occurs before data is pasted from the Clipboard.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
event ClipboardDataPastingEventHandler ClipboardDataPasting
#Event Data
The ClipboardDataPasting event's data class is EventArgs.
See Also