3 references to EVENT_DATAGRIDVIEWUSERDELETEDROW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6928this.Events.AddHandler(EVENT_DATAGRIDVIEWUSERDELETEDROW, value); 6932this.Events.RemoveHandler(EVENT_DATAGRIDVIEWUSERDELETEDROW, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19563DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWUSERDELETEDROW] as DataGridViewRowEventHandler;