MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadioButtonWidget_SetDeselectedEventCallback Function
MPLAB® Harmony Graphics Suite
laRadioButtonWidget_SetDeselectedEventCallback Function

This callback is called when this radio button is deselected

C
LIB_EXPORT laResult laRadioButtonWidget_SetDeselectedEventCallback(
    laRadioButtonWidget* btn, 
    laRadioButtonWidget_DeselectedEvent cb
);
Parameters
Parameters 
Description 
laRadioButtonWidget* btn 
the widget 
a valid callback pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite