Description | |||||
This is the prototype for a notification to be called after deletion of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_DELETE_POST. | |||||
Synopsis | |||||
#include <ProDwgtable.h> | |||||
ProError | (*ProDwgtableDeletePostAction) | ( | |||
ProDrawing drawing | |||||
/* (In) | |||||
The drawing that owned the table. | |||||
*/ | |||||
int table_id | |||||
/* (In) | |||||
UNINITIALIZED | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProDwgtableDeletePreAction, ProDwgtableRowDeletePostAction |