3 references to EVENT_DATAGRIDVIEWCELLMOUSECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5565
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLMOUSECLICK
, value);
5569
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLMOUSECLICK
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12215
DataGridViewCellMouseEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLMOUSECLICK
] as DataGridViewCellMouseEventHandler;