MindFusion.Wpf Pack Programmer's Guide
GaugeMouseEventArgs Constructor (MouseButtonState, MouseButtonState, MouseButtonState, Int32, Control, Point, Double)
See Also
 





Initializes a new instance of the GaugeMouseEventArgs class.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public GaugeMouseEventArgs (
    MouseButtonState leftButton,
    MouseButtonState middleButton,
    MouseButtonState rightButton,
    int clickCount,
    Control element,
    Point position,
    double value
)

Visual Basic  Copy Code

Public New ( _
    leftButton As MouseButtonState, _
    middleButton As MouseButtonState, _
    rightButton As MouseButtonState, _
    clickCount As Integer, _
    element As Control, _
    position As Point, _
    value As Double _
)

 Parameters

leftButton

The state of the left mouse button.

middleButton

The state of the middle mouse button.

rightButton

The state of the right mouse button.

clickCount

This number of times the mouse button was pressed.

element

The clicked gauge element, if any.

position

The position of the mouse relative to the clicked element.

value

The gauge value corresponding to the clicked point.

 See Also

GaugeMouseEventArgs Class
MindFusion.Gauges.Wpf Namespace