ComponentOne Xamarin Edition
ValueChanged Event
C1.Xamarin.Forms.Gauge Assembly > C1.Xamarin.Forms.Gauge Namespace > C1Gauge Class : ValueChanged Event
​Occurs when the value changed.
Syntax
public event EventHandler<GaugeValueEventArgs> ValueChanged
Event Data

The event handler receives an argument of type GaugeValueEventArgs containing data related to this event. The following GaugeValueEventArgs properties provide information specific to this event.

PropertyDescription
The value regarding the change.  
See Also