* MultyView.cs: OnActiveViewChanged is called. svn path=/trunk/mcs/; revision=71899
@@ -1,3 +1,7 @@
+2007-01-29 Igor Zelmanovich <[email protected]>
+
+ * MultyView.cs: OnActiveViewChanged is called.
2007-01-29 Vladimir Krasnov <[email protected]>
* Panel.cs: fixed AddAttributesToRender for 2.0, text align should be
@@ -123,6 +123,8 @@ namespace System.Web.UI.WebControls
((View)Controls [viewIndex]).NotifyActivation (true);
UpdateViewVisibility ();
+ OnActiveViewChanged (EventArgs.Empty);
}