DimensionCombo.SelectionChanged

Syntax

SelectionChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The SelectionChanged event occurs after changing dictionary elements selection.

Example

To execute the example, place the DimensionCombo component named dimCombo. Add a handler for the DimensionCombo.SelectionChanged event:

dimCombo.SelectionChanged.add(function (sender, args)

{

   dimCombo.getControl().setCaptionString("Selection")

});

After selecting dimension elements and closing component's drop-down part, the line in the text field before the number of selected elements is changed. This line is displayed when the panel is expanded, on the figure it is shown in blue:

See also:

DimensionCombo | TreeCombo