make another pass at corcompare, mostly attributes on classes/properties/events/etc
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ListViewItemMouseHoverEventArgs.cs
index 404d96dd25c730353c3956ca1c19687190580306..8c9c44b1cce83bd71effff42c7b820c82401aa13 100644 (file)
 //
 
 #if NET_2_0
+
+using System.Runtime.InteropServices;
+
 namespace System.Windows.Forms
 {
+       [ComVisible (true)]
        public class ListViewItemMouseHoverEventArgs : EventArgs
        {
                private ListViewItem item;
@@ -47,4 +51,4 @@ namespace System.Windows.Forms
                #endregion      // Public Instance Properties
        }
 }
-#endif
\ No newline at end of file
+#endif