2007-01-02 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / GiveFeedbackEventArgs.cs
index b53a1a541c5c045ee06ac8fc6459a3a07cd9f29f..940259e1d106dba4b5d1477313a129b1cfef253b 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-// Copyright (c) 2004 Novell, Inc.
+// Copyright (c) 2004-2005 Novell, Inc.
 //
 // Authors:
 //     Peter Bartok    pbartok@novell.com
 //
-//
-// $Revision: 1.1 $
-// $Modtime: $
-// $Log: GiveFeedbackEventArgs.cs,v $
-// Revision 1.1  2004/07/09 05:21:25  pbartok
-// - Initial check-in
-//
-//
+
 
 // COMPLETE
 
+using System.Runtime.InteropServices;
+
 namespace System.Windows.Forms {
+       [ComVisible(true)]
        public class GiveFeedbackEventArgs : EventArgs {
-               private DragDropEffects effect;
-               private bool            use_default_cursors;
+               internal DragDropEffects        effect;
+               internal bool                   use_default_cursors;
 
                #region Public Constructors
                public GiveFeedbackEventArgs(DragDropEffects effect, bool useDefaultCursors) {