2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
241
this.
onCollectionChanged
+= value;
245
this.
onCollectionChanged
-= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
1061
if (this.
onCollectionChanged
!= null)
1063
this.
onCollectionChanged
(this, e);