| Description |
| This is the notification function prototype that should be used for a notification corresponding to the ProNotifyType PRO_GROUP_UNGROUP_PRE. |
| Synopsis |
| #include <ProGroup.h> |
| ProError | (*ProGroupUngroupPreAction) | ( |
| ProGroup* group | |
| /*
(In) |
| The feature group or UDF that is about to be ungrouped. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Proceed with the ungroup action. |
| Any other value | | Cancel the ungroup action. The Creo Parametric TOOLKIT application may supply an explanation to the user via the user interface if the action is being cancelled. |
|
| See Also |
| ProNotificationSet |