BeforeAddFile 在这个事件中,判断然后设置E.Cancel=True
例如
if e.datarow.isnull("第一列") then
messagebox.show("第一列不能是空!")
e.Cancel=true
end if