3 references to EVENT_DATAGRIDVIEWCELLVALIDATING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5821this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLVALIDATING, value); 5825this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALIDATING, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13528DataGridViewCellValidatingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALIDATING] as DataGridViewCellValidatingEventHandler;