DimSrv.SelectionChanged

Syntax

SelectionChanged: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Dim - opened dictionary; OpArgs - arguments of element selection operation.

Description

The SelectionChanged event occurs after changing dictionary elements selection.

Example

The example of event use is given in description of the DimSrv.selectByKeys method.

See also:

DimSrv