WPF Undo Redo Property System to highlight in red color if value has changed
I have a following requirement for a very complex UI. (Complex here means there are lot of controls in the form [approximately 100]). I am using MVVM (if my problem requires it to slightly go away from MVVM I am ok with it) My question is for Editable ComboBox and TextBox. But I would say I like to hear a common algorithm which will fit ...