Category Drawings and detail, Object ProDwgtable

Callback ProDwgtableRowDeletePreAction


Description
This is the prototype for a notification to be called before deletion of row of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_ROW_DELETE_PRE.
Synopsis
#include <ProDwgtable.h>
ProError(*ProDwgtableRowDeletePreAction)(
ProDwgtable* table
/* (In)
The table containing the row that is about to be deleted.
*/
int i_row
/* (In)
The index of the row that is about to be deleted (1-based)
*/
)
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
ProDwgtableRowDeletePostAction, ProDwgtableDeletePreAction

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Model-Based Definition and Drawing Tables: Notification Functions
  3. Model-Based Definition and Drawing Tables: Notification Functions