2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (2)
254
this.
onCollectionChanged
+= value;
258
this.
onCollectionChanged
-= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (2)
421
if (this.
onCollectionChanged
!= null)
423
this.
onCollectionChanged
(this, e);