Implement INotifyPropertyChanged on DataContext in WPF?

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-03-13T11:11:13Z Indexed on 2010/03/13 11:15 UTC
Read the original article Hit count: 315

When doing databinding does one have to implement INotifyPropertyChanged on the datacontext in WPF?

© Stack Overflow or respective owner

Related posts about databinding

Related posts about wpf