-
I'm currently facing an issue in my WinUI3 project related to the My intention is to open a file-saving or cancellation dialog when the user attempts to close a tab, but by the time the Is there any known workaround or method to prevent the I appreciate any assistance or insights into resolving this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After further investigation, I found that using |
Beta Was this translation helpful? Give feedback.
After further investigation, I found that using
tabViewItem.CloseRequested
instead oftabView.TabCloseRequested
resolved the problem.