[Mono-bugs] [Bug 77188][Nor] New - DataRowCollection.Clear does not cause a ListChanged event to be generated (in a DataView)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 9 08:59:57 EST 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 chastamar at yahoo.com.

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

--- shadow/77188	2006-01-09 08:59:57.000000000 -0500
+++ shadow/77188.tmp.27299	2006-01-09 08:59:57.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 77188
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com                            
+ReportedBy: chastamar at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataRowCollection.Clear does not cause a ListChanged event to be generated (in a DataView)
+
+When clearing all of a table's rows through DataRowCollection.Clear (), no 
+event is generated in DataView instances that are bound to that table.
+Events are otherwise correctly generated for row additions, etc.
+
+I believe an event with a ListChangedType.Reset argument should be 
+generated.
+
+I will attach a demo program to show this.


More information about the mono-bugs mailing list