3 references to EVENT_DATAGRIDVIEWCELLBEGINEDIT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5341this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLBEGINEDIT, value); 5345this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLBEGINEDIT, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11732DataGridViewCellCancelEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLBEGINEDIT] as DataGridViewCellCancelEventHandler;