Category Creo Parametric user interface, Object ProUIDashboardpage

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>
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
PRO_TK_NO_ERRORThe function succeeded.