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

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

    Parameters

    e
    A GraphMouseEventArgs that contains the event data.
    See Also