3 references to EVENT_DATAGRIDVIEWCELLENTER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5479this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLENTER, value); 5483this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLENTER, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12044DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLENTER] as DataGridViewCellEventHandler;