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