Version

notifyLostFocus Method

The method is called whenever the editor loses focus.
Syntax
ASP.NET Ajax Javascript (Specification) 
function notifyLostFocus( 
   e : Sys.UI.DomEvent
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEditorProvider.notifyLostFocus(DomEvent);

Parameters

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