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