Version

getItem Method

Get the menu item for which the event fired.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDataMenuItemCancelEventArgs.getItem();
See Also