ItemsSelecting: function (sender, args: Object);
sender. Event source.
args. Event information. Information about selected items is in the Items property.
The ItemsSelecting event is generated before visualizer items selecting.
The example of event use is identical to the DataVisualizer.ItemsSelected event.
See also: