GoXam for WPF v3
DoDrop Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DoDrop Method
Perform the drop of a drag-and-drop.
Syntax
public virtual void DoDrop( 
   DragEventArgs e
)

Parameters

e
Remarks

For an internal move (MayMoveInternal), just move the collection of DraggedParts. For internal or external copies (MayCopyInternal or MayCopyExternal), create copied parts or create parts from the external drag-and-drop data, move them to the final locations and select them. For an external move (MayMoveExternal), create parts from the external drag-and-drop data, move them appropriately, and select them.

This also calls DropOnto.

This also raises the appropriate event ("ExternalObjectsDropped", "SelectionCopied" or "SelectionMoved") and stops this tool.

See Also

Reference

DraggingTool Class
DraggingTool Members