ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1RangeSlider Class / OnLowerValueChanged(EventArgs) Method
System.EventArgs that contains the event data.

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

    Parameters

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