Skip to main content

ItemSelectionChangedEventArgs Interface

Provides data for the ItemSelectionChanged event.

#Declaration

TypeScript
export interface ItemSelectionChangedEventArgs extends DashboardItemBaseEventArgs

#Remarks

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:

  • the state of master filter item is changed by an end-user or using the Web Dashboard’s API;
  • changing the selection within the dashboard item for which a custom visual interactivity is provided (using the ItemVisualInteractivity event).

#Inherited Members

#Inheritance

DashboardItemBaseEventArgs
ItemSelectionChangedEventArgs

#Properties

#getCurrentSelection Property

Gets currently selected elements.

#Declaration

TypeScript
getCurrentSelection: () => Array<DevExpress.Dashboard.Data.ItemDataAxisPointTuple>

#Property Value

Type
() => ItemDataAxisPointTuple[]