GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoInternalDrop Method
In This Topic
    DoInternalDrop Method
    In This Topic
    Handle drag-dropping from within this view.
    Syntax
    protected virtual void DoInternalDrop( 
       DragEventArgs evt
    )

    Parameters

    evt
    Remarks

    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.

    See Also