Design Patterns - Observer/Event Pattern
Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates.
Let’s have a look on how to implement this right now.
Read more at http://blog.cumps.be/design-patterns-observer-event-pattern/