3 references to EVENT_DATAGRIDVIEWCURRENTCELLCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6194this.Events.AddHandler(EVENT_DATAGRIDVIEWCURRENTCELLCHANGED, value); 6198this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCURRENTCELLCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15028EventHandler eh = this.Events[EVENT_DATAGRIDVIEWCURRENTCELLCHANGED] as EventHandler;