8 references to OnRowValidating
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
4039if (OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 4084if (OnRowValidating(ref dataGridViewCellTmp, columnIndexTmp, rowIndexTmp)) 14204if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 18459if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 19631if (OnRowValidating(ref dataGridViewCellTmp, this.ptCurrentCell.X, this.ptCurrentCell.Y)) 21909if (!OnRowValidating(ref dataGridViewCurrentCell, columnIndex, rowIndex)) 26921if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY)) 27113if (OnRowValidating(ref dataGridViewCellTmp, oldCurrentCellX, oldCurrentCellY))