by Brian Keating
Tue, February 23 2010 13:42
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}" />
a8c8d593-d79c-4abc-9808-b1447aa104ac|0|.0
Tags:
WPF