[Mono-bugs] [Bug 79281][Wis] Changed - event

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 5 00:07:33 EDT 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 coolzlay at hotmail.com.

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

--- shadow/79281	2006-09-04 23:23:30.000000000 -0400
+++ shadow/79281.tmp.4570	2006-09-05 00:07:33.000000000 -0400
@@ -1,10 +1,10 @@
 Bug#: 79281
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Windows XP sp2
 Status: NEW   
 Resolution: 
 Severity: 000 No more required
 Priority: Wishlist
 Component: System
@@ -22,6 +22,20 @@
 it bug?
 
 my Environment:
    Mono 1.1.16.1
 
 Thanks
+
+------- Additional Comments From coolzlay at hotmail.com  2006-09-05 00:07 -------
+MyComponent demo = new MyComponent()
+        
+        void init()
+        {
+            demo.ProgressChanged+=ProgressChanged;        
+        }
+        
+        
+        void ProgressChanged(object sender, MyComponentArgs e)
+        {	   
+            Console.WriteLine("didn't print");//didn't work        
+        }


More information about the mono-bugs mailing list