Northwoods.GoSilverlight 1.2.2 Assembly
Paste Method
See Also  Send Feedback
Northwoods.GoXam Namespace > CommandHandler Class : Paste Method

Copy the contents of the clipboard as new nodes and links in this diagram, and make those new parts the new selection.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Paste() 
C# 
public virtual void Paste()

Remarks

This calls PasteFromClipboard to get a collection of nodes and links, copies them into this Diagram's model (by calling Northwoods.GoXam.Model.IDiagramModel.AddCollectionCopy), and then selects all of the newly created parts. This also raises the F:Northwoods.GoXam.Diagram.ClipboardPastedEvent. All of the changes are performed in an undoable edit.

Requirements

See Also

© 2010 All Rights Reserved.