How would you dynamically subscribe to a C# event so that given a Object instance and a String name containing the name of the event, you subscribe to that event and do some
What you want can be achieved using dependency injection. For example Microsoft Composite UI app block does exactly what you described