3 references to EVENT_DATAGRIDVIEWCELLENDEDIT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5462this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLENDEDIT, value); 5466this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLENDEDIT, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12004DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLENDEDIT] as DataGridViewCellEventHandler;