ObjectListModeChanged: function (sender, args)
sender. Event source
args. Event information.
The ObjectListModeChanged event occurs on changing the mode of displaying icons in the list of objects.
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: