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