| DEPRECATED: | Since Creo 3.0 | ||||
| SUPERSEDED BY: | ProModelSavePostAction | ||||
| Description | |||||
| Note: This function is deprecated. Use ProModelSavePostAction instead. This is the notification function called after an explicit save of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MDL_SAVE_POST. NOTE: This function is not called on saves of models dependent upon the model explicitly called. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProMdlSavePostAction) | ( | |||
| ProMdldata* p_model_data | |||||
| /* (In) | |||||
| The information for the model that was just saved | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet, ProMdlSavePostAllAction | |||||