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


In This Topic
    OnPropertyChanged Method (ChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As ChartBase
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also