2007-01-16 Jonathan Pobst <jpobst@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / DataGridViewRowPostPaintEventArgs.cs
index 0229bfe8f05c0f3ec3157ca1c066374b48a046cb..5f7d4bc1552d905fcbcee20be65becfede3dd4b5 100644 (file)
@@ -31,7 +31,7 @@ using System.Drawing;
 
 namespace System.Windows.Forms {
 
-       public class DataGridViewRowPostPaintEventArgs : HandledEventArgs {
+       public class DataGridViewRowPostPaintEventArgs : EventArgs {
 
                private DataGridView dataGridView;
                private Graphics graphics;