Category Features, Object ProFeature

Callback ProFeatureDeletePreAction


Description
This is the notification function called before a feature is deleted.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_DELETE_PRE.

Synopsis
#include <ProFeature.h>
ProError(*ProFeatureDeletePreAction)(
ProFeature* del_feat
/* (In)
The handle of the feature about to be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe feature can be deleted. Proceed.
OtherAn error was encountered. The deletion action is aborted for all features.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events