Navigator.OpenObjects

Syntax

OpenObjects: function (sender, args)

Parameters

sender. Event source.

args. Event information. The following arguments are available:

ModuleObject. Metadata of user class object:

Objects. Array of objects to be opened.

OpenMode. Object opening mode: View - view mode, Open - edit mode.

Description

The OpenObjects event occurs on opening a repository object.

Example

The example of event use is given on the Example of Creating the Navigator Component page.

See also:

Navigator