Category Drawings and detail, Object ProDwgtable

Callback ProDwgtableRowDeletePostAction


Description
This is the prototype for a notification to be called after deletion of a row of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_ROW_DELETE_POST.
Synopsis
#include <ProDwgtable.h>
ProError(*ProDwgtableRowDeletePostAction)(
ProDwgtable* table
/* (In)
The table containing the row that was just deleted.
*/
int i_row
/* (In)
The index of the row that was just deleted (1-based)
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProDwgtableDeletePostAction, ProDwgtablRowDeletePreAction

Manual References:

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