DataColChanged事件
If e.DataCol.Name = "A" AndAlso e.DataRow("A") = "出售" Then
e.DataRow("B") = e.DataRow("A")
End If