Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1BulletGraph Class / OnPropertyChanged Method / OnPropertyChanged(String,Object,Object,Boolean) Method


In This Topic
    OnPropertyChanged(String,Object,Object,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub OnPropertyChanged( _
       ByVal propertyName As String, _
       ByVal oldValue As Object, _
       ByVal newValue As Object, _
       ByVal needRefresh As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim propertyName As String
    Dim oldValue As Object
    Dim newValue As Object
    Dim needRefresh As Boolean
     
    instance.OnPropertyChanged(propertyName, oldValue, newValue, needRefresh)
    protected override void OnPropertyChanged( 
       string propertyName,
       object oldValue,
       object newValue,
       bool needRefresh
    )

    Parameters

    propertyName
    oldValue
    newValue
    needRefresh
    See Also