DOMFocusOut |
This event is fired when the control loses its focus.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Event Information
To invoke |
Navigate away from the element or use the javascript blur() method to set the focus out an element. |
Default Action |
Sets focus away from an element and initiates any action associated with it. |
Named Script |
DOMFocusOut |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Reference to the control. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.