GoXam for WPF v3
MayMoveExternal Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : MayMoveExternal Method
This predicate is true if the user may move the selection on an external drag-and-drop.
Syntax
protected virtual bool MayMoveExternal( 
   DragEventArgs e
)

Parameters

e

Return Value

False if the AllowedEffects does not allow move. False if Control key modifier applies (trying to require a copy). False if the diagram Northwoods.GoXam.Diagram.IsReadOnly or does not Northwoods.GoXam.Diagram.AllowInsert. False if the drag-and-drop started in this control. False if the model is not Modifiable. False if there is no drag-and-drop data of the model's Northwoods.GoXam.Model.IDiagramModel.DataFormat. Otherwise true.
See Also

Reference

DraggingTool Class
DraggingTool Members