Call a method when a generic event occurs
问题 I'm facing a problem when trying to implement a call to a method fired up by an event which should be defined during run-time. I found this answer: Redirecting to a dynamic method from a generic event handler and implemented that solution, but I keep getting an exception when the method to call is an instance one, not static. Here is my partial code: public class Operation { public bool EventFired { get { return _eventFired; } } private bool _eventFired = false; public void Execute(object