Dear,
How can we catch the event when we click close button of xamDialogWindow like the way we did for winform.
Thanks
Han
Thanks a lot. I resolved my issue as you suggested.
Hi,
We don't have an event exactly for the Close button, but you can use the WindowStateChanging and check the NewWindowState or the Cancel event argument depending on what your goal is.
Hope this helps