2006-10-18 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / GridViewCancelEditEventHandler.cs
index 1b3dfac8e63f422643349fa84cdb6c1c95e6a296..2e98d1afffbbfa97357a1fe33dd9090fb6957850 100644 (file)
@@ -29,6 +29,6 @@
 //
 #if NET_2_0
 namespace System.Web.UI.WebControls {
-       public sealed delegate void GridViewCancelEditEventHandler (object sender, GridViewCancelEditEventArgs e);
+       public delegate void GridViewCancelEditEventHandler (object sender, GridViewCancelEditEventArgs e);
 }
 #endif