MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_SetCheckedEventCallback Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_SetCheckedEventCallback Function
C
LIB_EXPORT laResult laCheckBoxWidget_SetCheckedEventCallback(
    laCheckBoxWidget* cbox, 
    laCheckBoxWidget_CheckedEvent cb
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
laCheckBoxWidget_CheckedEvent cb 
a valid callback pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite