ModuleObject.focusout

Syntax

focusout();

Description

The focusout method processes the event that occurs when a module or its elements lose focus.

Comments

Method implementation depends on classes inherited from ModuleObject. Currently, this method is implemented only by PP.Application.EaxModuleObject.

Example

The method use is given in the example for ModuleObject.focus.

See also:

ModuleObject