[]
        
(Showing Draft Content)

C1.WPF.Gauge.C1Gauge.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(string, object, object, bool)

Called when a property changed.

Declaration
protected virtual void OnPropertyChanged(string propertyName, object oldValue, object newValue, bool needRefresh = true)
Protected Overridable Sub OnPropertyChanged(propertyName As String, oldValue As Object, newValue As Object, Optional needRefresh As Boolean = True)
Parameters
Type Name Description
string propertyName

The name of the property.

object oldValue

The old value of the property.

object newValue

The new value of the property.

bool needRefresh

Whether it needs to perform a refresh.