基本上问题是我在comboBox
内有一个DataGrid
,当我更改comboBox
内的信息时,我必须在其他单元格中单击以运行一个事件,怎么能当我更改comboBox
的值时,我会立即运行该事件。
public void DataGridView_CellValueChanged(object sender, DataGridViewCellEventArgs e)
{
//My Code Here
}
答案 0 :(得分:0)
我认为cellvaluechanged事件仅在您选择另一个单元格时触发。您是否尝试在组合框上使用selectedindexchanged?