Back to Devexpress

ClipboardDataPastedEventArgs Class

officefileapi-devexpress-dot-spreadsheet-22d11dd4.md

latest2.1 KB
Original Source

ClipboardDataPastedEventArgs Class

Provides data for the SpreadsheetControl.ClipboardDataPasted event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class ClipboardDataPastedEventArgs :
    EventArgs
vb
Public Class ClipboardDataPastedEventArgs
    Inherits EventArgs

ClipboardDataPastedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.ClipboardDataPasted
WPF ControlsSpreadsheetControl.ClipboardDataPasted
Office File APIISpreadsheetComponent.ClipboardDataPasted
Workbook.ClipboardDataPasted

Remarks

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

Inheritance

Object EventArgs ClipboardDataPastedEventArgs

See Also

ClipboardDataPastedEventArgs Members

DevExpress.Spreadsheet Namespace