MainCatView.DisplayTreeChanged

Syntax

DisplayTreeChanged: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available argument: display - indicates that the Series Tree button is clicked.

Description

The DisplayTreeChanged event is fired on clicking the Series Tree button.

Example

The example of event use is given on the page with description of the MainCatView.getSeriesTreeList method.

See also:

MainCatView