MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_GetCheckedEventCallback Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_GetCheckedEventCallback Function
C
LIB_EXPORT laCheckBoxWidget_CheckedEvent laCheckBoxWidget_GetCheckedEventCallback(
    laCheckBoxWidget* cbox
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
Returns

laCheckBoxWidget_CheckedEvent - a valid callback pointer or NULL

MPLAB® Harmony Graphics Suite