[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 7c519b0ef5973f2ee8a2baa55feb93be70e5e7d9..5ec923ec89aa091fbf230d01b9545f0dde81b68b 100644 (file)
@@ -1,5 +1,15 @@
 2010-07-23  Marek Habersack  <mhabersack@novell.com>
 
+       * MenuItemBindingCollection.cs: added the OnClear,
+       OnRemoveComplete and OnValidate methods (2.0+)
+
+       * MenuItemStyleCollection.cs: added the OnInsert method (2.0+)
+
+       * TreeNodeStyleCollection.cs: added the OnInsert method (2.0+)
+
+       * TreeNodeBindingCollection.cs: added the OnClear,
+       OnRemoveComplete and OnValidate methods (2.0+)
+
        * ValidationSummary.cs: implemented OnInit (4.0)
 
        * WizardStepBase.cs: added the LoadViewState, OnLoad and