8 references to OnRowValidating
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
4028if (OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 4085if (OnRowValidating(ref dataGridViewCellTmp, columnIndexTmp, rowIndexTmp)) 13726if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 17977if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 19065if (OnRowValidating(ref dataGridViewCellTmp, _ptCurrentCell.X, _ptCurrentCell.Y)) 21462if (!OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 26844if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 27050if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY))