I have a link in my application on click of which new tab will get open. I want to capture the event when newly opened tab will be closed to show some indication in my application. I am using Ext JS 3.4 version. I have tried focus, blur and unload events but dint able to capture. Any hints will be really helpful.
Note: I want to capture event on my application not on the new tab.