ComponentOne Xamarin Edition
RangePropertyChanged Event
C1.Xamarin.Forms.Gauge Assembly > C1.Xamarin.Forms.Gauge Namespace > GaugeRangeCollection Class : RangePropertyChanged Event
Occurs when a property of a range changes.
Syntax
public event PropertyChangedEventHandler RangePropertyChanged
Event Data

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

PropertyDescription
 
See Also