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

This callback is called whenver an items selected state is modified.

C
LIB_EXPORT laResult laListWidget_SetSelectedItemChangedEventCallback(
    laListWidget* lst, 
    laListWidget_SelectedItemChangedEvent cb
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
the desired pointer to callback or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite