8 references to OnRowValidating
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
4157if (OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 4214if (OnRowValidating(ref dataGridViewCellTmp, columnIndexTmp, rowIndexTmp)) 14137if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 18413if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 19501if (OnRowValidating(ref dataGridViewCellTmp, _ptCurrentCell.X, _ptCurrentCell.Y)) 21917if (!OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 27327if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 27532if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY))