NHibernate, PropertyChanged event and WPF28. August 2009 by Ioannis Panagopoulos A typical implementation of an entity that supports the INotifyPropertyChanged interface for WPF Binding is for example as follows: [code:c#] public class Detail:INotifyPropertyChanged { private long _iD; public virtual long ID { ... [More]