3 references to EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5392
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK
, value);
5396
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11903
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK
] as DataGridViewCellEventHandler;