ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / OnMouseHover Method
A GraphMouseEventArgs that contains the event data.

In This Topic
    OnMouseHover Method (BackdropItem)
    In This Topic
    Raises the MouseHover event.
    Syntax
    'Declaration
     
    Public Sub OnMouseHover( _
       ByVal e As GraphMouseEventArgs _
    ) 
    public void OnMouseHover( 
       GraphMouseEventArgs e
    )

    Parameters

    e
    A GraphMouseEventArgs that contains the event data.
    See Also