Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1Gauge 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 Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String, _
       ByVal oldValue As Object, _
       ByVal newValue As Object, _
       Optional ByVal needRefresh As Boolean _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName,
       object oldValue,
       object newValue,
       bool needRefresh
    )

    Parameters

    propertyName
    oldValue
    newValue
    needRefresh
    See Also