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> | |||||
ProError | (*ProUIDashboardpageCallbackFunction) | ( | |||
ProUIDashboardPage page | |||||
/* (In) | |||||
Handle to the dashboard page. | |||||
*/ | |||||
ProUIDashboardPageEventType event_type | |||||
/* (In) | |||||
The type of event that invoked this callback. | |||||
*/ | |||||
ProAppData appdata | |||||
/* (In) | |||||
Application data that was stored to be passed to this function. | |||||
*/ | |||||
) | |||||
Returns | |||||
|