3 references to EVENT_DATAGRIDVIEWUSERDELETINGROW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6945this.Events.AddHandler(EVENT_DATAGRIDVIEWUSERDELETINGROW, value); 6949this.Events.RemoveHandler(EVENT_DATAGRIDVIEWUSERDELETINGROW, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19573DataGridViewRowCancelEventHandler eh = this.Events[EVENT_DATAGRIDVIEWUSERDELETINGROW] as DataGridViewRowCancelEventHandler;