'Declaration Public Event ValueChanged As EventHandler(Of GaugeValueEventArgs)
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.
Property | Description |
---|---|
Value | The value regarding the change. |
See Also