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) pasteNode, treeListColumns, originalValues, treeListNode Initializes a new instance of the ClipboardNodePastingEventArgs class with the specified settings.
See Also