3 references to EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5582
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK
, value);
5586
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12247
DataGridViewCellMouseEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK
] as DataGridViewCellMouseEventHandler;