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