In a custom Add-In, I have a method I want to call both when a Map is removed from a Project, as well as when a Map is added. There is a clearly defined event for the former - MapRemovedEvent - which we're using. I don't see an equivalent, e.g. MapAddedEvent. The closest thing I've found is MapViewInitializedEvent, which technically works for our purpose, but it's also going to cause unnecessary method calls when a user opens a tab for a previously created Map.
If there is no map added event, are there plans to add one in 2.6 or later?