NetOfficeFw / NetOffice

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

CoClassEventReflector.HasEventRecipients always return false #277

Closed norvegec closed 4 years ago

norvegec commented 4 years ago

https://github.com/NetOfficeFw/NetOffice/blob/5f161cab885aa6223eead0f599f7b439597b5113/Source/NetOffice/Events/CoClassEventReflector.cs#L29

I suppose once conditions are met, should return true.

jozefizso commented 4 years ago

That's a great catch! 🙊

jozefizso commented 4 years ago

This won't be a straight forward fix. It looks like CoClassEventReflector class has much more bugs in its implementation.

jozefizso commented 4 years ago

Hi @norvegec, this was fixed in v1.7.5 release