DHTMLX Tabbar : Last Visited Tab Id

Hi,

How can I get the Id of the last visited tab ???

Also which are different tabbar events ???

The currently selected tab can be get as
tabbar.getActiveTab();

Tabbar events

when tab selected - setOnSelectHandler
when tab closed - setOnTabClose
when tab content loaded - setOnTabContentLoaded

dhtmlx.com/docs/products/dhtmlxT … bbar_api_a