Version

mouseover Property

Gets sets name of function which is called on mouseover events. Note: set method is available only while initialization.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_mouseover() : {Any}
function set_mouseover(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfResizeBehavior.get_mouseover();
See Also