[Mono-bugs] [Bug 80888][Blo] New - Listview AfterLabelEdit receives wrong params
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 18 04:44:21 EST 2007
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 pablosantosluac at terra.es.
http://bugzilla.ximian.com/show_bug.cgi?id=80888
--- shadow/80888 2007-02-18 04:44:21.000000000 -0500
+++ shadow/80888.tmp.32361 2007-02-18 04:44:21.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80888
+Product: Mono: Class Libraries
+Version: 1.2
+OS: SLD 1
+OS Details: SLED image
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: pablosantosluac at terra.es
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Listview AfterLabelEdit receives wrong params
+
+Description of Problem:
+
+The ListView's event AfterLabelEdit must receive a LabelEditEventArgs
+param containing the new label content and position.
+
+Steps to reproduce the problem:
+1. Create an application with a listview and a AfterLabelEdit event
+2. Place this code on the event -> this.Text = e.Label + " " +
+e.Item.ToString();
+3. It won't work
+
+You can check with the attached application.
+
+Actual Results:
+
+The event doesn't provide the right params.
+
+
+How often does this happen?
+Always
+
+Additional Information:
+Attached a winforms application
More information about the mono-bugs
mailing list