Documentation de l'API > Drawings and detail > Object ProDwgtable > Callback ProDwgtableRowDeletePreAction
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>
(*ProDwgtableRowDeletePreAction)
(
/* (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
Proceed with the deletion.
Any other value
Cancel the deletion. It is the application's responsibility to inform the user why the table will not be deleted.
See Also
User Guide References
Est-ce que cela a été utile ?