Navigator.ObjectListModeChanged

Syntax

ObjectListModeChanged:  function (sender, args)

Parameters

sender. Event source

args. Event information.

Description

The ObjectListModeChanged event occurs on changing the mode of displaying icons in the list of objects.

Example

To execute the example, the HTML page must contain Navigator component named nav (see Example of Creating the Navigator Component). Add a handler for the ObjectListModeChanged event:

nav.ObjectListModeChanged.add(function () { alert("Display mode is changed") });

After executing the example, chancing the node of displaying icons in the list of objects the message "Display mode is changed" is displayed.

See also:

Navigator