Version

getOldSelection Method

returns an array of the old selected items
Syntax
ASP.NET Ajax Javascript (Specification) 
function getOldSelection() : DropDownItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownSelectionEventArgs.getOldSelection();

Return Value

an array of the old selected items
See Also