Link Details

Link 91176 thumbnail
User 247182 avatar

By CumpsD
via blog.cumps.be
Published: Jun 30 2008 / 04:30

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. We’re using delegates with generics, the += operator and throwing and handling events.
  • 11
  • 1
  • 907
  • 301

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.