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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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        
+        }
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to