MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / FlexChartBase Class / PropertyChanged Method
In This Topic
    PropertyChanged Method
    In This Topic
    Fires when property changes.
    Syntax
    protected static void PropertyChanged( 
       BindableObject obj,
       object oldValue,
       object newValue
    )

    Parameters

    obj
    oldValue
    newValue
    See Also