[Mono-bugs] [Bug 75105][Maj] New - didn't implemented ValueChanged event!

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 31 13:23:23 EDT 2005


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 lexa at geoft.ru.

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

--- shadow/75105	2005-05-31 13:23:23.000000000 -0400
+++ shadow/75105.tmp.6248	2005-05-31 13:23:23.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 75105
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: lexa at geoft.ru               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: didn't implemented ValueChanged event!
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+can't use ValueChanged event with System.Windows.Forms.NumericUpDown
+
+Steps to reproduce the problem:
+1. NumericUpDown scale = new NumericUpDown();
+   scale.ValueChanged += new EventHandler(scaleOnValueChanged);
+2.
+3. 
+
+Actual Results:
+doesn't contain defenition of...
+
+Expected Results:
+build successed!
+
+How often does this happen? 
+always I want to build my project
+
+Additional Information:


More information about the mono-bugs mailing list