3 references to EVENT_DATAGRIDVIEWCELLVALUENEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5856this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLVALUENEEDED, value); 5860this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALUENEEDED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13595DataGridViewCellValueEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALUENEEDED] as DataGridViewCellValueEventHandler;