GoXam for WPF v3
FindDraggablePart Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : FindDraggablePart Method
Return the selectable and movable/copyable Northwoods.GoXam.Part at the mouse-down point.
Syntax
protected virtual Part FindDraggablePart()

Return Value

null if there is no selectable Northwoods.GoXam.Part at the point, or if Northwoods.GoXam.Part.CanMove and Northwoods.GoXam.Part.CanCopy are both false.
See Also

Reference

DraggingTool Class
DraggingTool Members