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

In This Topic
    OnMouseDown Method
    In This Topic

    Raises the MouseDown event.

    Syntax
    'Declaration
     
    Public Sub OnMouseDown( _
       ByVal e As GraphMouseEventArgs _
    ) 
    public void OnMouseDown( 
       GraphMouseEventArgs e
    )

    Parameters

    e
    A GraphMouseEventArgs that contains the event data.
    See Also