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