GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnMouseMove Method
In This Topic
    OnMouseMove Method (GoView)
    In This Topic
    This method is the view's mouse move event handler.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnMouseMove( 
       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 DoMouseMove to allow tools to handle the input event, and then finally calls the base method to invoke all of the MouseMove event handlers.
    See Also