I am very new to WPF so forgive me if the question doesn’t make sense. Is there an event that is fired before data context change? I want to commit the pending data changes before the data context is switched away.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no
DataContextChangingevent, but theDataContextChangedevent provides the old value of theDataContext: