2007-08-28 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / BindingContext.cs
index 32975c808b214da2868069852b3e4fa91324fce2..2d260d1e60d686e10d6cc2bd3fb6cd3adb42533b 100644 (file)
@@ -204,6 +204,10 @@ namespace System.Windows.Forms {
                #endregion      // Protected Instance Methods
 
                #region Events
+#if NET_2_0
+               [Browsable (false)]
+               [EditorBrowsable (EditorBrowsableState.Never)]
+#endif
                public event CollectionChangeEventHandler CollectionChanged {
                        add { throw new NotImplementedException (); }
                        remove { /* nothing to do here.. */ }