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

    Parameters

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