NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
695 stars 143 forks source link

Fix bug in `PresentationBeforeClose` code #403

Closed jozefizso closed 6 months ago

jozefizso commented 7 months ago

The PresentationBeforeClose() method will verify correct name of the registered handlers.

Updated unit tests for EApplication_SinkHelper by including the event recipients registration.

Fixes #153