
In our property grid, we want to have special behaviors run when a user finishes editing certain text properties.
My question is how can I detect when the user has finished editing a property, considering that the properties are data-bound to our view models? It appeared that I could use the PropertyChanged event, but the event seems to fire on each keypress, rather than when I leave the textbox's focus.
Thanks,
-Craig
[Modified at 04/15/2011 02:46 AM]
My question is how can I detect when the user has finished editing a property, considering that the properties are data-bound to our view models? It appeared that I could use the PropertyChanged event, but the event seems to fire on each keypress, rather than when I leave the textbox's focus.
Thanks,
-Craig
[Modified at 04/15/2011 02:46 AM]