onSubmitRequest not received by add-ins?

R

Radu

Inside an add-in I subscribe to various events, OnSubmit included:
(InfoPath.XDocument)x.OnSubmitRequest +=
new
InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler(onSubmit);
void onSubmit(InfoPath.DocReturnEvent e);

All the other events (OnSign, OnLoad, etc) are trapped excepting for
OnSubmitRequest .
Please note OnSubmitRequest is working as expected when used from a form
template.

Any help would be appreciated
Thanks
Radu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top