This question is locked. New answers and comments are not allowed.
Hi,
My problem is that if you input some text in a textbox on the RadWindow , and click the close button immediately without changing focus to other controls, the text would not commit to QDSCV in the bound ViewModel, it's HasChanges property keeps false. How can I solve this problem?
To be more exactly, it is in the PreviewClosed event that I can't catch the true value of HasChanges property .