Version

oldTabIndex Property

Gets index of old selected tab as integer.Old index of tab item.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_oldTabIndex() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfTabSelectedIndexChangingEventArgs.get_oldTabIndex();
See Also