GoXam for WPF v3
CopyToClipboard Method
Northwoods.GoXam Namespace > CommandHandler Class : CopyToClipboard Method
This writes the given data collection to the clipboard using the diagram's model's Northwoods.GoXam.Model.IDiagramModel.DataFormat.
Syntax
protected virtual void CopyToClipboard( 
   IDataCollection coll
)

Parameters

coll
Remarks
You can set ClipboardBitmap to true in order to also put a bitmap of the selected parts onto the clipboard.
See Also

Reference

CommandHandler Class
CommandHandler Members