GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnBackgroundHover Method
In This Topic
    OnBackgroundHover Method
    In This Topic
    Invoke all BackgroundHover event handlers.
    Syntax
    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