Skip to main content
Row

ClipboardDataPastedEventArgs Class

Provides data for the SpreadsheetControl.ClipboardDataPasted event.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class ClipboardDataPastedEventArgs :
    EventArgs

Remarks

The ClipboardDataPastedEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.ClipboardDataPasted event handlers.

Inheritance

Object
EventArgs
ClipboardDataPastedEventArgs
See Also