JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,058 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Let's say my event-based addin caused this dialog to appears after user clicks send because they haven't fulfilled certain conditions.
I would like a function in the plugin's taskpane to run immediately after user has closed the dialog e.g. by clicking 'x' or Don't Send.
Is it possible? If not, are there plans to enable this and where can I read more of it?
P.s., I'm developing my addin in React Typescript.