| Description |
| Assigns a callback function to called for the indicated event occurrence in the dashboard. |
| Synopsis |
| #include <ProUIDashboard.h> |
| ProError | ProUIDashboardshowoptionsNotificationSet | ( |
| 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 |
|
|