GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolDragging Class
/ DoMouseOver Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoMouseOver Method (GoToolDragging)
In This Topic
Call
GoView
method
GoView.DoObjectEnterLeave
.
Syntax
C#
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
Reference
GoToolDragging Class
GoToolDragging Members