protected virtual void DoInternalDrop( DragEventArgs evt )
Parameters
- evt
By default this just calls DoMouseUp. Override this method to handle all drag-drops that started in this view. But it is more common to modify the GoToolDragging tool or to define a new tool.
This is called by OnDragDrop when IsInternalDragDrop is true.