ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / GraphMouseEventArgs Class / GraphMouseEventArgs Constructor

In This Topic
    GraphMouseEventArgs Constructor
    In This Topic
    Initializes a new instance of the GraphMouseEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal graph As ISharpGraph, _
       ByVal shapeArea As ShapeArea, _
       ByVal sourcePoint As Point, _
       ByVal isLeftMouseButton As Boolean, _
       Optional ByVal pointIndex As Integer _
    )
    public GraphMouseEventArgs( 
       ISharpGraph graph,
       ShapeArea shapeArea,
       Point sourcePoint,
       bool isLeftMouseButton,
       int pointIndex
    )

    Parameters

    graph
    shapeArea
    sourcePoint
    isLeftMouseButton
    pointIndex
    See Also