Categories
How to determine that the window is closed by clicking on the cross?
In WinForms it was like this if (e.CloseReason == CloseReason.UserClosing) How to find out in WPF?
if (e.CloseReason == CloseReason.UserClosing)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question