Callback ProCheckinUIPreAction
Description
This is the function prototype that will be called when the user has just selected File->Auto Checkin, File->Custom Checkin, or the corresponding menu choices on the Model Tree menu. It is called before any of the actions executed by this button take place.
Synopsis
| (*ProCheckinUIPreAction) |
| (void) |
Returns
| Continue checking in. |
Any other value | Cancel the checkin activity. The application is responsible for informing the user why the action was cancelled. |
User Guide References
Parent topic