Eventpbw_documentsave

Defined in: pbwword

event pbw_documentsave(s_docs arg_doc)

Comment:
Occurs when a documet is saved. arg_doc: the document that's being saved


Script:
event pbw_documentsave(s_docs arg_doc);

end event