GoXam for WPF v3
CopiedParts Property
Northwoods.GoXam.Tool Namespace > DraggingTool Class : CopiedParts Property
Gets or sets the collection of parts that this tool has copied.
Syntax
public Dictionary<Part,DraggingTool.Info> CopiedParts {get; set;}

Property Value

The value is a Dictionary mapping Northwoods.GoXam.Parts to DraggingTool.Infos holding dragging information about each part. This property is set when there is a control-drag from within the diagram (DoMouseMove or DoMouseUp) or when there is an external drag into this diagram (DoDragOver or DoDrop).
See Also

Reference

DraggingTool Class
DraggingTool Members