Notification Functions
A Creo TOOLKIT notification is called before you attempt to check in a model through the Creo Parametric user interface. The notification functions are established in a session using the function ProNotificationSet().
Function Introduced:
The notification function ProCheckinUIPreAction() is called when you select File>Auto Check In, File>Custom Check In, or the corresponding options on the Model Tree menu in the Creo Parametric user interface. It is called before any action is performed by the corresponding menu commands. This function is available by calling ProNotificationSet() with the value of the notify type as PRO_CHECKIN_UI_PRE.
這是否有幫助?