Category Drawings and detail, Object ProDwgtable

Callback ProDwgtableDeletePreAction


Description
This is the prototype for a notification to be called before deletion of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_DELETE_PRE.
Synopsis
#include <ProDwgtable.h>
ProError(*ProDwgtableDeletePreAction)(
ProDwgtable* table
/* (In)
The table that is about to be deleted.
*/
)
Returns
PRO_TK_NO_ERRORProceed with the deletion.
Any other valueCancel the deletion. It is the application's responsibility to inform the user why the table will not be deleted.
See Also
ProDwgtableDeletePostAction, ProDwgtableRowDeletePreAction

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Drawings: Modifying Drawing Tables
  3. Drawings: Modifying Drawing Tables