[Mono-dev] BindingList nor BindingSource attach to INotifyPropertyChanged-based child properties' PropertyChanged event

Kurt Wachowski kwachowski at gmail.com
Wed Mar 3 16:10:54 EST 2010


Using Mono runtime 2.4 (didn't see any difference in latest code, either).

When using BindingList to bind children which implement
INotifyPropertyChanged, the BindingList object does not subscribe to
the PropertyChanged events, resulting in an absence of execution of
BindingList.ListChanged (e.ListChangedType ==
ListChangedType.ItemChanged) on child PropertyChanged event.

Same story for the BindingSource, except bindings never receive updates.

Is there a reason why this hasn't been implemented yet?


More information about the Mono-devel-list mailing list