HI: How can I accept the last field entered when the window closes? could be a chkbox or textbox or ... Thanks
+1
A:
In normal binding data will be updated (by default) in lostfucus event.If you want to update the data when you type in the control use UpdateSourceTrigger=property. Iam not sure is that your requirement.
eg. Binding="{Binding Path = Privilege, UpdateSourceTrigger=PropertyChanged}"
Kishore Kumar
2010-07-14 17:11:21
As long you use that attribute will work.first: I beleive that will work with one condition ,what if UpdateSourceTrigger= PropertyLostFocus?2nd:at the click of any button do you loose focus if you are in a text field ?
ramnz
2010-07-16 15:25:50