Skip to main content
All docs
V19.1

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

Initializes a new instance of the ClipboardNodePastingEventArgs class with the specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Parameters

Name Type Description
pasteNode DevExpress.XtraTreeList.TreeListPasteNodeValues

An object used to initialize the ClipboardNodePastingEventArgs.Values property.

treeListColumns IEnumerable<TreeListColumn>

The columns whose values are about to be pasted.

originalValues Object[]

An object used to initialize the ClipboardNodePastingEventArgs.OriginalValues property.

treeListNode TreeListNode

An object used to initialize the ClipboardNodePastingEventArgs.TreeListNode property.

See Also