Binding to save value of a text input to Settings.settings registry in XAML? wpf c# .net
- by Jeff Dahmer
Let's say we have a text field named TXTBLAH and a setting named SETTINGBLAH
Is there anyway to write in XAML markup that whenever the text field BLAH gets updated to write that to the registry, and also when the form loads is there a XAML binding to restore it?