UpdateSourceTrigger Property in WPF Binding - CodeProject
https://www.codeproject.com/Articles/507883/UpdateSourceTrigger-Property-in-WPF-Binding
Dec 12, 2012 · And finally, the UpdateSourceTrigger property of the binding is set to Default. This means that when the second TextBox, which is the target of the binding, loses focus (or the LostFocus event fires), the string in the Text property of the first TextBox, which is the source of the binding, is updated. Our second example deals with setting the ...
DA: 51 PA: 88 MOZ Rank: 71