DataVisualizer.ItemsSelecting

Syntax

ItemsSelecting: function (sender, args: Object);

Parameters

sender. Event source.

args. Event information. Information about selected items is in the Items property.

Description

The ItemsSelecting event is generated before visualizer items selecting.

Example

The example of event use is identical to the DataVisualizer.ItemsSelected event.

See also:

DataVisualizer