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



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

    Parameters

    oldValue
    See Also