Category Parameters and relations, Object ProParameter

Callback ProParameterDeletePreAction


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

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

Synopsis
#include <ProParameter.h>
ProError(*ProParameterDeletePreAction)(
ProParameter* param_handle
/* (In)
The parameter to be deleted
*/
)
Returns
PRO_TK_NO_ERRORProceed with parameter deletion.
OtherError encountered. Abort parameter deletion.
See Also
ProNoticationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Core: Parameters: Notification Functions
  3. Core: Parameters: Notification Functions