Version

getItem Method

returns current item on which the event has been raised
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem() : DropDownItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemEventArgs.getItem();

Return Value

the current item on which the event is raised
See Also