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 | |||||
|
|||||
See Also | |||||
ProDwgtableDeletePostAction, ProDwgtablRowDeletePreAction |