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