Object Types: Tabs
Description: When users select a different tab than the currently active tab, an EVENT_ACTIVE_TAB_CHANGE event occurs and is sent to the callback function associated with the tab control.
Event Data Parameters:
eventData1 = tab index of the tab that was previously active.
eventData2 = tab index of the tab that the user selected.