Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class / OnUpperValueChanged(EventArgs) Method
System.EventArgs that contains the event data.

In This Topic
    OnUpperValueChanged(EventArgs) Method
    In This Topic
    Raises the C1.Silverlight.C1RangeSlider.UpperValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUpperValueChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnUpperValueChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also