GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ OnBackgroundHover Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
OnBackgroundHover Method
In This Topic
Invoke all
BackgroundHover
event handlers.
Syntax
C#
protected
virtual
void
OnBackgroundHover(
GoInputEventArgs
evt
)
Parameters
evt
Remarks
If you want to get notification of mouse moves immediately, rather than after a delay, you'll need to override
DoMouseOver
or one of the methods that it calls, such as
GoObject.OnMouseOver
.
See Also
Reference
GoView Class
GoView Members