GoXam for WPF v3
MayMoveInternal Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : MayMoveInternal Method
This predicate is true if the user may move the selection on an internal drag-and-drop.
Syntax
protected virtual bool MayMoveInternal( 
   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.AllowMove. False if the drag-and-drop came from another control. Otherwise true.
See Also

Reference

DraggingTool Class
DraggingTool Members