Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / DataPropertyChanged Method


In This Topic
    DataPropertyChanged Method
    In This Topic
    Fires when data property changes.
    Syntax
    'Declaration
     
    
    Protected Sub DataPropertyChanged( _
       ByVal oldValue As Object _
    ) 
    'Usage
     
    
    Dim instance As ChartBase
    Dim oldValue As Object
     
    instance.DataPropertyChanged(oldValue)
    protected void DataPropertyChanged( 
       object oldValue
    )

    Parameters

    oldValue
    See Also