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

    Parameters

    evt
    Remarks
    This method makes sure the LastInput property value has up-to-date information describing this mouse input event. It then calls DoMouseUp to allow tools to handle the input event, and then finally calls the base method to invoke all of the MouseUp event handlers.
    See Also