| Description |
| Assigns a function to be called upon a certain event occurring in the dashboard. |
| Synopsis |
| #include <ProUIDashboard.h> |
| ProError | ProUIDashboardpageoptionsNotificationSet | ( |
| 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 |
|
|