GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnMouseDown Method
In This Topic
    OnMouseDown Method (GoView)
    In This Topic
    This method is the view's mouse down event handler.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnMouseDown( 
       MouseEventArgs evt
    )

    Parameters

    evt
    Remarks
    This method makes sure the LastInput and FirstInput canonicalized input property values have up-to-date information describing this mouse input event. It then calls DoMouseDown to allow tools to handle the input event, and then finally calls the base method to invoke all of the MouseDown event handlers.
    See Also