GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolManager Class / DoMouseOver Method
In This Topic
    DoMouseOver Method (GoToolManager)
    In This Topic
    Syntax
    public virtual void DoMouseOver( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    Remarks
    This method keeps track of the current document object that the mouse is over. When the current document object changes, this calls GoView.DoObjectEnterLeave. This also calls GoView.DoMouseOver.
    See Also