Category Creo Parametric user interface, Object ProUIDashboardpageoptions

Function ProUIDashboardpageoptionsNotificationSet


Description
Assigns a function to be called upon a certain event occurring in the dashboard.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageoptionsNotificationSet(
ProUIDashboardPageOptions options
/* (In)
A handle representing a dashboard page.
*/
ProUIDashboardpageCallbackFunction notification
/* (In)
The function to be called upon the designated event occurrence.
*/
ProAppData appdata
/* (In)
Application data passed to the callback function upon invocation. 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: Dashboard Page Options
  2. User Interface: Dashboards: Dashboard Page Options

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  6. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  7. pt_userguide ( UgCreoSweepCreate.c )