Posted By


nimast on 03/05/11

Tagged


Statistics


Viewed 420 times
Favorited by 0 user(s)

NotifyPropertyChanged


/ Published in: C#
Save to your folder(s)

The only way i know to create a normal "fire property changed" method that is still efficient yet strongly typed. The other common pattern uses run time checking and uses the TyepDescriptor for the current type to check for property existence - a much less elegant solution imho.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.