onFocusOut - event of the PmgObject object
Description:
The event is triggered if the object loses focus.
The event can be used, for example, for releasing the auxiliary information that were activated on previously receiving the focus.
Parameters:
pMe | (Object) Reference to the PmgObject object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
---|
Note:
- This event is triggered only if the "
Control enabled" configurator is checked.
The
onFocusIn and
onFocusOut events are suitable for
calling some action when focus is obtained or lost. For
visual changes of the
Pmg object by focus change the
onModeChange event is more suitable. This event provides more complex information regarding
Pmg object status.