GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnDragLeave Method
In This Topic
    OnDragLeave Method
    In This Topic
    Turn off any mouse-related timers and remove any external drag image or objects.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnDragLeave( 
       EventArgs e
    )

    Parameters

    e
    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.
    See Also