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