ComponentOne FinancialChart for WPF
C1.WPF 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 _
    ) 
    'Usage
     
    
    Dim instance As C1RangeSlider
    Dim e As EventArgs
     
    instance.OnUpperValueChanged(e)
    protected virtual void OnUpperValueChanged( 
       EventArgs e
    )
    protected:
    virtual void OnUpperValueChanged( 
       EventArgs^ e
    ) 

    Parameters

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