0
kicks
Here it is: The UpdateSourceTrigger for PropertyChanged in Silverlight
Shows an implementation for supporting the UpdateSourceTrigger PropertyChanged for DataBindings in Silverlight. So a databound TextBox will update its source everytime the Text-Property changes, and not only when it loses focus.