Category Features, Object ProGroup

Callback ProGroupUngroupPreAction


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_ERRORProceed with the ungroup action.
Any other valueCancel 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

Manual References:

  1. Core: Features: Deleting Groups
  2. Core: Features: Deleting Groups
  3. Event-driven Programming: Notifications: Model and Feature Modification Events