3 references to EVENT_DATAGRIDVIEWCELLVALIDATED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5804this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLVALIDATED, value); 5808this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALIDATED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13474DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALIDATED] as DataGridViewCellEventHandler;