Posted 13 years ago
by Jacob Camp

Basically, the issue that i'm running into is that I need to know when the user is done editing a property field. We need the user to be able to edit the field and then immediately be able to exit the application and have the entered value be saved to the database. Currently the changes are only saved when a user alters a value and selects another field as that's when the PropertyChanged event is called.
Is there some event that i'm missing or do I have to somehow implement my own?
--Jake
Is there some event that i'm missing or do I have to somehow implement my own?
--Jake