WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / C1RangeSlider Class / OnValueChanged Method
System.EventArgs that contains the event data.
In This Topic
    OnValueChanged Method (C1RangeSlider)
    In This Topic
    Raises the C1RangeSlider.ValueChanged event.
    Syntax
    protected virtual void OnValueChanged( 
       EventArgs e
    )

    Parameters

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