Occurs when a pointer within the scale is clicked with the mouse.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<GaugeMouseEventArgs> PointerClicked |
Visual Basic
Copy Code
|
|---|
Public Event PointerClicked As EventHandler(Of GaugeMouseEventArgs) |
Event DataPointerClicked event handlers receive an argument of type GaugeMouseEventArgs.
See Also