Here's how to ensure that databinding happens when the value of a textbox changes. (as apposed to loosing forcus for example)


<TextBox Text="{Binding Interval, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"  />

About Brian Keating
Brian Keating
Professional Software Developer, .NET / C++ / Java View all posts by Brian Keating →