3 references to EVENT_DATAGRIDVIEWCELLVALUECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5838this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLVALUECHANGED, value); 5842this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALUECHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13563DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALUECHANGED] as DataGridViewCellEventHandler;