[]
        
(Showing Draft Content)

C1.Maui.Chart.FlexChartBase.PropertyChanged

PropertyChanged Method

PropertyChanged(BindableObject, string, object, object)

Fires when property changes.

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