Eventpbw_documentopen

Defined in: pbwword

event pbw_documentopen(s_docs arg_doc)

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


Script:
event pbw_documentopen(s_docs arg_doc);

end event