DataColChanged事件
If e.DataCol.Name = "销售单价" Then Dim dr As DataRow = e.DataRow If dr("销售单价") < dr("进价") Then MessageBox.Show("提示") End IfEnd If