3 references to EVENT_DATAGRIDVIEWROWVALIDATING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6793this.Events.AddHandler(EVENT_DATAGRIDVIEWROWVALIDATING, value); 6797this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWVALIDATING, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19284DataGridViewCellCancelEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWVALIDATING] as DataGridViewCellCancelEventHandler;