GoXam for WPF v3
DraggedParts Property
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DraggedParts Property
Gets or sets the collection of Northwoods.GoXam.Parts being dragged.
Syntax
public Dictionary<Part,DraggingTool.Info> DraggedParts {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 by DoActivate with the result from calling ComputeEffectiveCollection.
See Also

Reference

DraggingTool Class
DraggingTool Members