BeforeSaveDataRow 事件
If e.DataRow.IsNull("第一列") OrElse e.DataRow.IsNull("第二列") Then
messagebox.show("第一第二列不能为空")
e.Cancel=True
End If