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

ClipboardNodePastingEventArgs(TreeListPasteNodeValues, IEnumerable<TreeListColumn>, Object[], TreeListNode, Int32, Int32) Constructor

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public ClipboardNodePastingEventArgs(
    TreeListPasteNodeValues pasteNode,
    IEnumerable<TreeListColumn> treeListColumns,
    object[] originalValues,
    TreeListNode treeListNode,
    int dataRowCountCore,
    int rowCountCore
)

Parameters

Name Type
pasteNode DevExpress.XtraTreeList.TreeListPasteNodeValues
treeListColumns IEnumerable<TreeListColumn>
originalValues Object[]
treeListNode TreeListNode
dataRowCountCore Int32
rowCountCore Int32
See Also