3 references to EVENT_DATAGRIDVIEWCELLDOUBLECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5445this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLDOUBLECLICK, value); 5449this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLDOUBLECLICK, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11985DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLDOUBLECLICK] as DataGridViewCellEventHandler;