GoXam for WPF v3
Copy Method
Northwoods.GoXam Namespace > CommandHandler Class : Copy Method
Copy the currently SelectedParts from the Diagram into the clipboard.
Syntax
public virtual void Copy()
Remarks
This makes a copy of the current selection (by calling PartManager.CopyParts) and then calls CopyToClipboard.
See Also

Reference

CommandHandler Class
CommandHandler Members