3 references to EVENT_DATAGRIDVIEWNEWROWNEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6326this.Events.AddHandler(EVENT_DATAGRIDVIEWNEWROWNEEDED, value); 6330this.Events.RemoveHandler(EVENT_DATAGRIDVIEWNEWROWNEEDED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17098DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWNEWROWNEEDED] as DataGridViewRowEventHandler;