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