3
shouts

Super Strongly-Typed Property Changed Notifications with Extension Methods

posted by orktaneorktane 335 days, 20 hours, 33 minutes ago
Sunday, April 12, 2009 7:24:20 PM GMT

I just read an article by Micheal Sync about implementing property changed notifications with Expression Tree, I liked what I saw but didn't appreciate the inheritance requirement (as always). So I quickly whipped up an alternative way using extension methods, that makes it super easy but equally type-safe to raise property changed notifications.

category: Foundation | clicked: 40 | | source: www.orkpad.com | show counter code
tags: Extension Methods, INotifyPropertyChanged

No comments yet, be the first one to post comment.

To post your comment please login or signup