3 references to EVENT_DATAGRIDVIEWCELLCLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5358this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLCLICK, value); 5362this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLCLICK, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11781DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCLICK] as DataGridViewCellEventHandler;