3 references to EVENT_DATAGRIDVIEWCELLENDEDIT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5462
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLENDEDIT
, value);
5466
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLENDEDIT
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12004
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLENDEDIT
] as DataGridViewCellEventHandler;