GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnQueryContinueDrag Method
In This Topic
    OnQueryContinueDrag Method
    In This Topic
    If the user types an Escape during a drag, we cancel the drag by calling DoCancelMouse.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnQueryContinueDrag( 
       QueryContinueDragEventArgs evt
    )

    Parameters

    evt
    Remarks
    If the view is handling a drag that caused objects to be dropped in OnDragEnter when ExternalDragDropsOnEnter was true, this will delete those dropped objects by calling DeleteSelection, before calling DoCancelMouse.
    See Also