BeforeSaveDataRow事件,比如
If e.DataRow("处理结果") = "终止" Then
If e.DataRow.IsNull("备注") Then
msgbox("备注列为空,请填写终止原因")
e.Cancel = True
End If