propertychanged

About this tag
The propertychanged tag on WindowsForum.com covers discussions about the INotifyPropertyChanged interface, a key component in Model-View-ViewModel (MVVM) patterns for Silverlight, WPF, and Windows Phone development. Content includes implementing property change notifications using lambdas or reflection, as seen in the MVVM Light toolkit by Laurent Bugnion. Topics also touch on related MVVM features like IoC containers and the Messenger class. This tag is relevant for developers working with .NET UI frameworks who need to manage data binding and UI updates efficiently.
  1. News

    Windows 7 Silverlight TV 73: What's New in MVVM Light

    Laurent Bugnion of IdentityMine appears on the show to discuss his latest additions to the MVVM Light toolkit for both Silverlight, WPF, and Windows Phone. Laurent covers several new features, including IoC (Inversion of Control) containers, new ways to implement INotifyPropertyChanged using...
Back
Top