Back to Devexpress

ClipboardRowPastingEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-e1a7d3cd.md

latest1.6 KB
Original Source

ClipboardRowPastingEventArgs Class

Provides data for the GridView.ClipboardRowPasting event.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

ClipboardRowPastingEventArgs is the data class for the following events:

Inheritance

Object EventArgs ClipboardRowPastingEventArgs

See Also

ClipboardRowPastingEventArgs Members

ClipboardRowPasting

DevExpress.XtraGrid.Views.Grid Namespace