Jeff-Lewis / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

Remove duplicate property changing events. #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SetProperty all ready calls these events.

OnPropertyChanging("Preferences");
SetProperty(_preferencesProperty, value);
OnPropertyChanged("Preferences");

Original issue reported on code.google.com by bniemyjski on 5 Oct 2009 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 8 Oct 2009 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 21 Jun 2010 at 8:10