Version

getButtonElem Method

Returns the HTML DOM element associated with the event.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getButtonElem() : {DomElement};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImageViewerButtonEventArgs.getButtonElem();
See Also