例如:
dim dr As DataRow = DataTables("表").AddNew()
dr("列1") = 120
请问此时会把"列1"的OldValue看成是0,NewValue看成是120,从而引发"列1"的DataColChanged事件吗?