Version

handleEvent Method

Handles all targeted browser events that are being listened to on the control's root element. It then determines if it should cause a behavior to occur. It it concludes that a behavior should occur, then it raises the correct functionality.
Syntax
ASP.NET Ajax Javascript (Specification) 
function handleEvent() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUIBehaviorsObject.handleEvent();
See Also