Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / GaugeRangeCollection Class / RangePropertyChanged Event


In This Topic
    RangePropertyChanged Event
    In This Topic
    Occurs when a property of a range changes.
    Syntax
    'Declaration
     
    
    Public Event RangePropertyChanged As PropertyChangedEventHandler
    'Usage
     
    
    Dim instance As GaugeRangeCollection
    Dim handler As PropertyChangedEventHandler
     
    AddHandler instance.RangePropertyChanged, handler
    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