[Mono-bugs] [Bug 24992] Changed - EventInfo.GetAddMethod() and GetRemoveMethod() need implementing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
21 May 2002 10:13:09 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24992
--- shadow/24992 Mon May 20 15:05:03 2002
+++ shadow/24992.tmp.30319 Tue May 21 06:13:09 2002
@@ -1,13 +1,13 @@
Bug#: 24992
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@ximian.com
QAContact: mono-bugs@ximian.com
@@ -83,6 +83,11 @@
------- Additional Comments From joe@ximian.com 2002-05-20 15:05 -------
More digging... looks like EventInfo.EventHandlerType_get() needs to
be implemented. It returns null now, but I'm not sure how to
implement it.
+
+------- Additional Comments From lupus@ximian.com 2002-05-21 06:13 -------
+Filled-in the implementation.
+I could compile Gtk# and run button.exe all on Linux (it dies when you
+click the button, though).