0
kicks
Auto-Notifying View Models in Silverlight and WPF
Quickly create View Models that automatically notify XAML bindings when property values change, without having to manually raise a PropertyChanged Event
Code view model properties as:
public virtual int MyIntegerProperty { get; set; }