3 references to DataGridViewCellValidatingEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5817public event DataGridViewCellValidatingEventHandler CellValidating
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
13528DataGridViewCellValidatingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALIDATING] as DataGridViewCellValidatingEventHandler;