Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / OnItemsSourceChanged Method


In This Topic
    OnItemsSourceChanged Method (FlexPie)
    In This Topic
    Called when ItemsSource changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemsSourceChanged( _
       ByVal oldValue As Object _
    ) 
    'Usage
     
    
    Dim instance As FlexPie
    Dim oldValue As Object
     
    instance.OnItemsSourceChanged(oldValue)
    protected override void OnItemsSourceChanged( 
       object oldValue
    )

    Parameters

    oldValue
    See Also