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

Parameters

e

Return Value

False if the AllowedEffects does not allow copy. False if Shift key modifier applies (trying to require a move). 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