Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
notifyLostFocus Method
The method is called whenever the editor loses focus.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function notifyLostFocus(
: 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