New test.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / FormViewInsertedEventHandler.cs
index 7c74d4e33db4163bab52198a19fac1eb9024a2a8..1e7d6eb61872a1693f39f694e94698be9b17c309 100644 (file)
@@ -29,6 +29,6 @@
 //
 #if NET_2_0
 namespace System.Web.UI.WebControls {
-       public sealed delegate void FormViewInsertedEventHandler (object sender, FormViewInsertedEventArgs e);
+       public delegate void FormViewInsertedEventHandler (object sender, FormViewInsertedEventArgs e);
 }
 #endif