Category Creo Parametric user interface, Object ProUIDashboard

Callback ProUIDashboardCallbackFunction


Description
This the function prototype for a callback invoked upon a dashboard event.
Synopsis
#include <ProUIDashboard.h>
ProError(*ProUIDashboardCallbackFunction)(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
ProUIDashboardEventType event_type
/* (In)
The event type that invoked this notification.
*/
ProAppData appdata
/* (In)
Application data that was stored to be passed to this function.
*/
)
Returns
PRO_TK_NO_ERRORFor a call of type PRO_UI_DASHBOARD_DISMISS only, indicates that the dismissal can proceed. Otherwise ignored.
Any other valueFor a call of type PRO_UI_DASHBOARD_DISMISS only, indicates that the dismissal may not proceed. Otherwise ignored.