MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laTextFieldWidget_SetTextChangedEventCallback Function
MPLAB® Harmony Graphics Suite
laTextFieldWidget_SetTextChangedEventCallback Function
C
LIB_EXPORT laResult laTextFieldWidget_SetTextChangedEventCallback(
    laTextFieldWidget* txt, 
    laTextFieldWidget_TextChangedCallback cb
);
Parameters
Parameters 
Description 
laTextFieldWidget* txt 
the widget 
a valid pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite