3 references to EVENT_DATAGRIDVIEWCELLCONTENTCLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5375this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLCONTENTCLICK, value); 5379this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLCONTENTCLICK, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11867DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCONTENTCLICK] as DataGridViewCellEventHandler;