NavigatorBox.ObjectListObjectsLoaded

Syntax

ObjectListObjectsLoaded: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ObjectListObjectsLoaded event occurs on loading the list of repository objects.

Comments

The list of repository object is loaded on clicking the Refresh button in the ribbon.

Example

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

See also:

NavigatorBox