ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / OnItemsSourceChanged Method



In This Topic
    OnItemsSourceChanged Method (FlexChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnItemsSourceChanged( _
       ByVal oldValue As Object _
    ) 
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim oldValue As Object
     
    instance.OnItemsSourceChanged(oldValue)
    protected virtual void OnItemsSourceChanged( 
       object oldValue
    )
    protected:
    virtual void OnItemsSourceChanged( 
       Object^ oldValue
    ) 

    Parameters

    oldValue
    See Also