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