setCanClose(true); provides UI with a icon to close a tab and that works, but I need to detect that the tab was closed so that I can persist the user closing it.
How can my code detect that the tab was closed?
How can my code detect that the tab was closed?
Comment