我的 datagridview 名称是 DGVall 我在 DGVall_CellEndEdit 事件中给出了代码
如果 e.ColumnIndex = 2 那么
If DGVall.CurrentRow.Cells(2).Value = "" Then
MessageBox.Show("Please Enter Driver ID")
Exit Sub
End If
在此之前我想检查 wethar 我只按 Enter ..如果我只按 Enter 我想执行这个。但我无法在这里检查 wethar 我按下了哪个控件。我正在使用 vb.net Windows 应用程序