How to capture the tab loaded or tab click event from a sap.ui.commons.Tab object?
There is no attachClick or tabLoaded function to tap into from the object mentioned above.
How can I capture the tab clicked event and the tab loaded event, so that after these events, I can modify objects on the page through jquery?