protected virtual void DoInternalDrag( DragEventArgs evt )
Parameters
- evt
By default this just calls DoMouseMove. This is infrequently overridden to change the behavior for all internal drags before a drop occurs--normally it is cleaner if one modifies the GoToolDragging class or creates another new tool.
This is called by OnDragOver if IsInternalDragDrop is true.