The callback concept is implemented using:
The Inversion of Control (IoC) is a design principle in software engineering. IoC reverses traditional control structures, making code more flexible and easier to test.
For me looks the same. My point is that the IoC concept can be implemented using the events and delegates constructs. Do you agree?