ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1AxisScrollbar Class / OnValueChanged Method
System.EventArgs that contains the event data.



In This Topic
    OnValueChanged Method (C1AxisScrollbar)
    In This Topic
    Raises the C1.Silverlight.C1RangeSlider.ValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnValueChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1AxisScrollbar
    Dim e As EventArgs
     
    instance.OnValueChanged(e)
    protected override void OnValueChanged( 
       EventArgs e
    )
    protected:
    void OnValueChanged( 
       EventArgs^ e
    ) override 

    Parameters

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