API 文件集 > Drawings and detail > Object ProDwgtable > Callback ProDwgtableRowDeletePostAction
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>
(*ProDwgtableRowDeletePostAction)
(
/* (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
這是否有幫助?