[]
        
(Showing Draft Content)

C1.Maui.Chart.Series.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(BindableObject, string, object, object)

Declaration
protected static void OnPropertyChanged(BindableObject obj, string propertyName, object oldValue, object newValue)
Protected Shared Sub OnPropertyChanged(obj As BindableObject, propertyName As String, oldValue As Object, newValue As Object)
Parameters
Type Name Description
BindableObject obj
string propertyName
object oldValue
object newValue