In my WPF application, I have a number of databound TextBoxes. The UpdateSourceTrigger for these bindings is LostFocus. The object is saved using t
UpdateSourceTrigger
LostFocus
Simple solution is update the Xaml code as shown below