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

    Parameters

    e
    Remarks
    This calls DoObjectEnterLeave if the current Tool is a GoToolManager with a CurrentObject that is non-null.
    See Also