Skip to main content
A newer version of this page is available. .

ClipboardRowPastingEventArgs(GridPasteRowValues, IEnumerable<GridColumn>, Object[], Int32, Int32, Int32) Constructor

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ClipboardRowPastingEventArgs(
    GridPasteRowValues pasteRow,
    IEnumerable<GridColumn> gridColumns,
    object[] originalValues,
    int rowHandle,
    int dataRowCountCore,
    int rowCountCore
)

Parameters

Name Type
pasteRow DevExpress.XtraGrid.Views.Printing.GridPasteRowValues
gridColumns IEnumerable<GridColumn>
originalValues Object[]
rowHandle Int32
dataRowCountCore Int32
rowCountCore Int32
See Also