WPF Textbox changing validation 23 February 2010 brianbruff Here's how to ensure that databinding happens when the value of a textbox changes. (as apposed to loosing forcus for example) [code:c#]<TextBox Text="{Binding Interval, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />[/code]