EventHandlers property clears all previously added event handlers. I see no reasonable use case for this behavior. If this is some kind of protection, it's easily broken by changing load order.
Up to this point I've seen two cases when this property breaks seemingly unrelated mods.
So, the suggestion: make it an alias for AddEventHandlers property. The cleaner solution would be to remove it, but it will break mods that use it.