Documentación de la API > Custom user interface > Object ProUIDashboardpage > Callback ProUIDashboardpageCallbackFunction
Callback ProUIDashboardpageCallbackFunction
Description
This is the function prototype for a callback function that will be called upon a designated event in a dashboard page.
Synopsis
#include <ProUIDashboard.h>
(*ProUIDashboardpageCallbackFunction)
(
/* (In)
Handle to the dashboard page.
*/
/* (In)
The type of event that invoked this callback.
*/
ProAppData appdata
/* (In)
Application data that was stored to be passed to this function.
*/
)
Returns
The function succeeded.
¿Fue esto útil?