GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnDoubleClick Method
In This Topic
    OnDoubleClick Method (GoView)
    In This Topic
    For a double-click, this method gets called instead of a second OnMouseUp.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnDoubleClick( 
       EventArgs evt
    )

    Parameters

    evt
    Remarks
    This is another way the view produces a mouse-up canonicalized input event.
    See Also