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



In This Topic
    OnItemsSourceChanged Method (IndicatorBase)
    In This Topic
    Invoked when items source changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemsSourceChanged() 
    'Usage
     
    
    Dim instance As IndicatorBase
     
    instance.OnItemsSourceChanged()
    protected override void OnItemsSourceChanged()
    protected:
    void OnItemsSourceChanged(); override 
    See Also