SelectionChanged: function (sender, args)
sender. Event source.
args. Event information.
The SelectionChanged event occurs after changing dictionary elements selection.
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: