[]
        
(Showing Draft Content)

C1.Maui.Chart.FlexChartBase.DataPropertyChanged

DataPropertyChanged Method

DataPropertyChanged(BindableObject, string, object, object)

Fires when data property changes.

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