dashboard-js-devexpress-dot-dashboard-f6a08cc0.md
Provides data for the ItemSelectionChanged event.
export interface ItemSelectionChangedEventArgs extends DashboardItemBaseEventArgs
Use the onItemSelectionChanged handler to raise the ItemSelectionChanged event.
The ItemSelectionChanged event is raised after the selection within the dashboard item is changed. The selection can be changed in the following ways:
DashboardItemBaseEventArgs ItemSelectionChangedEventArgs
Gets currently selected elements.
getCurrentSelection: () => Array<DevExpress.Dashboard.Data.ItemDataAxisPointTuple>
| Type |
|---|
| () => ItemDataAxisPointTuple[] |