API 文件集 > Drawings and detail > Object ProDwgtable > Callback ProDwgtableDeletePreAction
Callback ProDwgtableDeletePreAction
Description
This is the prototype for a notification to be called before deletion of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_DELETE_PRE.
Synopsis
#include <ProDwgtable.h>
(*ProDwgtableDeletePreAction)
(
/* (In)
The table that is about to be deleted.
*/
)
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
這是否有幫助?