[Mono-bugs] [Bug 77690][Wis] Changed - Control.OnClick do not supply a MouseEventArgs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 2 13:51:31 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77690

--- shadow/77690	2006-03-02 13:32:43.000000000 -0500
+++ shadow/77690.tmp.14094	2006-03-02 13:51:31.000000000 -0500
@@ -58,6 +58,18 @@
 
 However, there is now an implementation in svn r57511 for the 2.0 
 profile. 
 
 What gave you the idea to even try the MousEventArgs cast? Is that 
 documented somewhere?
+
+------- Additional Comments From sebastien at ximian.com  2006-03-02 13:51 -------
+haha, not documented anywhere AFAIK.
+
+I started by using the Click event in my test app. Found out (by
+running on Mono) it's only available in 2.0. First alternative I saw
+was the OnClick method and tried it ;-)
+
+I probably would have (win32 background) think/found OnMouseDown
+earlier if I hadn't been using VS.NET 2005.
+
+thanks


More information about the mono-bugs mailing list