Category Creo Parametric user interface, Object ProUIDashboardshowoptions

Function ProUIDashboardshowoptionsNotificationSet


Description
Assigns a callback function to called for the indicated event occurrence in the dashboard.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardshowoptionsNotificationSet(
ProUIDashboardShowOptions options
/* (In)
A handle to data used to build a dashboard.
*/
ProUIDashboardCallbackFunction notification
/* (In)
The notification function to be called for the given event.
*/
ProAppData appdata
/* (In)
Application data to be passed to the callback function when it is invoked. Can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dashboards: Showing a Dashboard
  2. User Interface: Dashboards: Showing a Dashboard

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )