Documentação da API > Custom user interface > Object ProUIDashboardpageoptions > Function ProUIDashboardpageoptionsNotificationSet
Function ProUIDashboardpageoptionsNotificationSet
Description
Assigns a function to be called upon a certain event occurring in the dashboard.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageoptionsNotificationSet
(
/* (In)
A handle representing a dashboard page.
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?