2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (2)
313
this.
onCollectionChanged
+= value;
317
this.
onCollectionChanged
-= value;
3 references to onCollectionChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
206
return (this.
onCollectionChanged
!= null);
2032
if (this.
onCollectionChanged
!= null)
2034
this.
onCollectionChanged
(this, e);