[Mono-bugs] [Bug 76509][Nor] Changed - OnClick and control.Click events get not called in some controls

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 26 20:56:49 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 peter at novonyx.com.

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

--- shadow/76509	2005-10-24 12:39:25.000000000 -0400
+++ shadow/76509.tmp.26239	2006-01-26 20:56:49.000000000 -0500
@@ -18,6 +18,11 @@
 
 Overriding OnClick in some derived Control classes or adding a control.Click 
 EventHandler has no effect. 
 OnClick or the Click event doesn't get called.
 
 Examples are ListBox and ListView.
+
+------- Additional Comments From peter at novonyx.com  2006-01-26 20:56 -------
+Mike, I think this is related to what we talked about today, needing 
+to do add { base.event += value} remove {base.event -= value} for 
+those events.


More information about the mono-bugs mailing list