GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / DoMouseOver Method
In This Topic
    DoMouseOver Method (GoToolDragging)
    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. It ignores any objects that are part of the selection. When the current document object changes, this calls GoView.DoObjectEnterLeave.
    See Also