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

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

    Parameters

    e
    A GraphMouseEventArgs that contains the event data.
    See Also