* TreeNode.cs: Add the 2.0 collapse method.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / PropertyTabChangedEventHandler.cs
index aa8e7645bccf99c0c94362f2e1561c1f43c2aaad..b675dff8392e74d080eba17eb3226e7b524c58f6 100644 (file)
@@ -27,7 +27,9 @@
 
 namespace System.Windows.Forms 
 {
+#if !NET_2_0
        [Serializable]
+#endif
        public delegate void PropertyTabChangedEventHandler(object s, PropertyTabChangedEventArgs e);
 }