Version

notifyLostFocus Method

The method is called whenever the editor loses focus.
Syntax
ASP.NET Ajax Javascript (Specification) 
function notifyLostFocus( 
   evnt : {Any}
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfTreeInternalEditor.notifyLostFocus({Any});

Parameters

evnt
Event object associated with the event that triggered losing focus by the editor.
See Also