NetOfficeFw / NetOffice

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

Fix bug in `PresentationBeforeClose` code #403

Closed jozefizso closed 9 months ago

jozefizso commented 9 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