ComponentOne Basic Library for UWP
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 System.EventArgs _
    ) 
    protected virtual void OnValueChanged( 
       System.EventArgs e
    )

    Parameters

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