[System.ComponentModel] BindingList.ListChanged now attempts to provide a PropertyDes...
authorAlexis Christoforides <alexis@thenull.net>
Thu, 19 Jun 2014 02:11:43 +0000 (22:11 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Thu, 19 Jun 2014 02:11:43 +0000 (22:11 -0400)
commitaeab5b59021f4a712d54357c8bbeaa6fac12dc37
tree6205d47b87c97695e2bcfe00abda400e62ca1e28
parentf777bc37a485df19a4700d5c41e9e58bdfa2ef54
[System.ComponentModel] BindingList.ListChanged now attempts to provide a PropertyDescriptor when possible.
BindingList subscribes to PropertyChanged events of eligible contained objects. Iff the PropertyName provided is valid,
the list event's ListChangedEventArgs will also contain a PropertyDescriptor.

This is to match MS behavior.
mcs/class/System/System.ComponentModel/BindingList.cs