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

ClipboardNodePastingEventArgs Constructors

Provides data for the TreeList.ClipboardNodePasting event.
Name Parameters Description
ClipboardNodePastingEventArgs(TreeListPasteNodeValues, IEnumerable<TreeListColumn>, Object[], TreeListNode, Int32, Int32) pasteNode, treeListColumns, originalValues, treeListNode, dataRowCountCore, rowCountCore Initializes a new ClipboardNodePastingEventArgs class instance.
See Also