FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / PositionChangedEventArgs Class / PositionChangedEventArgs Constructor
The X coordinate of the mouse position.
The Y coordinate of the mouse position.

In This Topic
    PositionChangedEventArgs Constructor
    In This Topic
    Creates a new instance of PositionChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    )
    public PositionChangedEventArgs( 
       System.int x,
       System.int y
    )

    Parameters

    x
    The X coordinate of the mouse position.
    y
    The Y coordinate of the mouse position.
    See Also