2008-09-12 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index d021028a5e15d04aa0b39272dfd9b6e2a1bf34c6..b811adf246b63c600f51f96809e782960b2fe99e 100644 (file)
@@ -1,3 +1,11 @@
+2008-09-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListBox.cs: When calling Items.Clear(), call
+       SelectedIndexCollection.ClearCore instead of normal Clear method, to
+       not fire any Selected*Changed event - this is done to match .net and
+       don't have invalid values when changing the DataSourceProperty.
+       Fixes #424273.
+
 2008-09-12  Mario Carrion  <mcarrion@novell.com>
 
        * HelpProvider.cs: Control enabled to support accessibility.