So, if I want to get the corrent value from a text box the best property to use is Value instead of OldValue? How would OldValue, in this case, affect the outcome of my calculations?
Reason I was asking is that I was using OldValue in my code but noticed that for some reason calculations were not right and there's where it came to me that it could be the property I was using.