| C1.Xamarin.Forms.Gauge Assembly > C1.Xamarin.Forms.Gauge Namespace > C1Gauge Class : ValueChanged Event |
public event EventHandler<GaugeValueEventArgs> ValueChanged
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.
| Property | Description |
|---|---|
| Value | The value regarding the change. |