GoXam for WPF v3
DoDragEnter Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DoDragEnter Method
Update the DragEventArgs.Effects.
Syntax
public virtual void DoDragEnter( 
   DragEventArgs e
)

Parameters

e
Remarks
If MayMoveInternal or MayMoveExternal is true, the effect is Move. If MayCopyInternal or MayCopyExternal is true, the effect is Copy. Otherwise the effect is None.
See Also

Reference

DraggingTool Class
DraggingTool Members