OpenObjects: function (sender, args)
sender. Event source.
args. Event information. The following arguments are available:
ModuleObject. Metadata of user class object:
Class. Identifier of the class of the object to open, an instance of the PP.Mb.Ui.MetabaseObjectClass enumeration.
Data. Object metadata.
Url. URL address of the script that implements operations.
Objects. Array of objects to be opened.
OpenMode. Object opening mode: View - view mode, Open - edit mode.
The OpenObjects event occurs on opening a repository object.
The example of event use is given on the Example of Creating the Navigator Component page.
See also: