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