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