Documentação da API > Creo Parametric user interface > Object ProUIDashboardshowoptions > Function ProUIDashboardshowoptionsNotificationSet
Function ProUIDashboardshowoptionsNotificationSet
Description
Assigns a callback function to called for the indicated event occurrence in the dashboard.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardshowoptionsNotificationSet
(
/* (In)
A handle to data used to build a dashboard.
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?