GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoInternalDrag Method
In This Topic
    DoInternalDrag Method
    In This Topic
    Handle dragging that started from this view.
    Syntax
    protected virtual void DoInternalDrag( 
       DragEventArgs evt
    )

    Parameters

    evt
    Remarks

    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.

    See Also