ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / OnMouseMove Method
A GraphMouseEventArgs that contains the event data.

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

    Parameters

    e
    A GraphMouseEventArgs that contains the event data.
    See Also