I have a WPF Prism Application with e.g. several Customers i want to edit. So i have 5 Tabs for 5 customers for example. Each customer has 5 subtabs, like setting, details etc.
When I load a Customer or update it I want a prism event published to every subtab gets updated. The only problem is: the other subtabs will get updated with the same customer aswell... which is not the plan :D
So is it possible that only the active tab and those viewmodels can subscribe to the event, or something like this?
Thanks for help!