[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 30ea05bc2e2c5e5e39c226a72a938993b83b71b1..5ec923ec89aa091fbf230d01b9545f0dde81b68b 100644 (file)
@@ -1,6 +1,24 @@
+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
+       RenderChildren methods (2.0+)
+
 2010-07-22  Marek Habersack  <mhabersack@novell.com>
 
        * MenuItemBinding.cs: made code a bit more compact.
+       Implemented ToString (4.0)
 
        * MenuRenderingMode.cs: added (4.0)