Tracking changes to individual fields - Silverlight
- by Appu
I have a page which has got several text boxes. These controls are bound to a model. I am using MVVM.
Assume I have three text boxes, FirstName, LastName and Company. So in the model, I have three properties to bind. Now I need to track the changes happened to each field. If FirstName changes from original value, I need the text box to be colored…