MetabaseOpenDialog.OpenObject

Syntax

OpenObject: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available argument: JSON object with the Objects field, that is an array of PP.Mb.Object objects.

Description

The OpenObject event occurs on opening a repository object in the corresponding dialog box.

Example

The example of event use is given in the with description of the MetabaseOpenDialog.getObjectsToOpen method.

See also:

MetabaseOpenDialog