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

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

    Parameters

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