Design Patterns - Observer/Event Pattern

Posted Friday, June 27, 2008 5:16 PM by CumpsD

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.

Event Pattern

Read more at http://blog.cumps.be/design-patterns-observer-event-pattern/

Comments

No Comments