Eventpbw_documentnew

Defined in: pbwword

event pbw_documentnew(s_docs arg_doc)

Comment:
Occurs when a new documet is created. arg_doc: the new document


Script:
event pbw_documentnew(s_docs arg_doc);

end event