Version

tabIndex Property

Gets index of tab item involved in mouse event as integer. If returned value is -1, then it is event over scroll buttons or add-new-tab button.Index of tab item.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_tabIndex() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfTabMouseEventArgs.get_tabIndex();
See Also