Occurs when the scale geometry is clicked with the mouse.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<GaugeMouseEventArgs> ScaleGeometryClicked |
Visual Basic
Copy Code
|
|---|
Public Event ScaleGeometryClicked As EventHandler(Of GaugeMouseEventArgs) |
Event DataScaleGeometryClicked event handlers receive an argument of type GaugeMouseEventArgs.
RemarksThis event will be raised only when the path geometry representing the scale is clicked. Therefore, if the scale is very thin or transparent, this event will not be raised. In this case the more general ScaleClicked event should be used.
See Also