GoXam for WPF v3
DoDragDrop Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DoDragDrop Method
this represents the data to be dragged
this is passed as the third argument to DragDrop.DoDragDrop
Call DragDrop.DoDragDrop.
Syntax
protected virtual DragDropEffects DoDragDrop( 
   IDataCollection data,
   DragDropEffects eff
)

Parameters

data
this represents the data to be dragged
eff
this is passed as the third argument to DragDrop.DoDragDrop

Return Value

the result of calling DragDrop.DoDragDrop
Remarks
This is in a separate method for easy overriding, so that you can substitute other serializable objects or IDataObjects to be dragged out to other controls. By default this creates a DataObject using the diagram's model's Northwoods.GoXam.Model.IDiagramModel.DataFormat, and passes it as the second argument to DragDrop.DoDragDrop.
See Also

Reference

DraggingTool Class
DraggingTool Members