MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / FlexChartBase Class / OnSelectionChanged Method / OnSelectionChanged(BindableObject,Object,Object) Method
In This Topic
    OnSelectionChanged(BindableObject,Object,Object) Method
    In This Topic
    Called when selection was changed.
    Syntax
    protected static void OnSelectionChanged( 
       BindableObject obj,
       object oldValue,
       object newValue
    )

    Parameters

    obj
    oldValue
    newValue
    See Also